mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-21 02:20:00 +01:00
disable equipments with "QR"
This commit is contained in:
parent
b5503ca00a
commit
af44b22ce1
@ -951,7 +951,8 @@ void RandomItemMgr::BuildItemInfoCache()
|
|||||||
strstr(proto->Name1.c_str(), "Unused ") ||
|
strstr(proto->Name1.c_str(), "Unused ") ||
|
||||||
strstr(proto->Name1.c_str(), "Monster ") ||
|
strstr(proto->Name1.c_str(), "Monster ") ||
|
||||||
strstr(proto->Name1.c_str(), "[PH]") ||
|
strstr(proto->Name1.c_str(), "[PH]") ||
|
||||||
strstr(proto->Name1.c_str(), "(OLD)")
|
strstr(proto->Name1.c_str(), "(OLD)") ||
|
||||||
|
strstr(proto->Name1.c_str(), "QR")
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
itemForTest.insert(proto->ItemId);
|
itemForTest.insert(proto->ItemId);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user