[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:
Dramacydal 2013-06-17 09:45:42 +01:00 committed by Antz
parent 4e824f5672
commit 622cd2edd2
3 changed files with 4 additions and 3 deletions

View file

@ -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;