diff options
| author | megamage <none@none> | 2009-01-07 11:41:53 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2009-01-07 11:41:53 -0600 |
| commit | fd07b66887e3a99ab7eeca9d00df12e57750558b (patch) | |
| tree | a85d6100d3e33181978064c2505c928da543e9c9 /src/game/SpellMgr.cpp | |
| parent | caac00a2ab437e8fcfa642614d0de75cf398819c (diff) | |
*Mangos [7042] Fixed typo in SpellMgr::GetSpellAllowedInLocationError. This should fix problems with flasks and elixirs using. By Turk3y.
*Mangos [7043] Remove not need code. By DiSlord.
*Mangos [7044] Fix some priest spell (48110, 48111, 48112, 48113) crash. By DiSlord.
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellMgr.cpp')
| -rw-r--r-- | src/game/SpellMgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index f88b0a50760..4bb733b8285 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -2487,7 +2487,7 @@ uint8 GetSpellAllowedInLocationError(SpellEntry const *spellInfo,uint32 map_id,u } // elixirs not have another limitations - return true; + return 0; } } |
