mirror of
https://github.com/mangosfour/server.git
synced 2025-12-28 22:37:04 +00:00
[c12639] Fix Inscription bags and default returns of SpellEntry::GetAreaGroupId and SpellEntry::GetFacingCasterFlags which had very bad impacts on gaming process
This commit is contained in:
parent
4e824f5672
commit
622cd2edd2
3 changed files with 4 additions and 3 deletions
|
|
@ -208,6 +208,7 @@ bool ItemCanGoIntoBag(ItemPrototype const* pProto, ItemPrototype const* pBagProt
|
|||
case ITEM_SUBCLASS_INSCRIPTION_CONTAINER:
|
||||
if (!(pProto->BagFamily & BAG_FAMILY_MASK_INSCRIPTION_SUPP))
|
||||
return false;
|
||||
return true;
|
||||
case ITEM_SUBCLASS_FISHING_CONTAINER:
|
||||
if (!(pProto->BagFamily & BAG_FAMILY_MASK_FISHING_SUPP))
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue