mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-22 08:08:25 +00:00
Renamed/expanded 'BagTypes' enumeration
This commit is contained in:
@@ -736,7 +736,7 @@ void Client::RangedAttack(Mob* other) {
|
||||
if(pi == nullptr || !pi->IsType(ItemClassContainer))
|
||||
continue;
|
||||
const Item_Struct* bagitem = pi->GetItem();
|
||||
if(!bagitem || bagitem->BagType != bagTypeQuiver)
|
||||
if(!bagitem || bagitem->BagType != BagType_Quiver)
|
||||
continue;
|
||||
|
||||
//we found a quiver, look for the ammo in it
|
||||
|
||||
Reference in New Issue
Block a user