diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index 5fc3ca3f8..06fe60522 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -2304,7 +2304,7 @@ uint8 GetSpellAllowedInLocationError(SpellEntry const *spellInfo,uint32 map_id,u } // elixirs not have another limitations - return true; + return 0; } }