Fixed typo in SpellMgr::GetSpellAllowedInLocationError. This should fix problems with flasks and elixirs using.

Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
Turk3y 2009-01-07 04:16:08 +01:00 committed by ApoC
parent e30f8dd816
commit 9f5eee701a

View file

@ -2304,7 +2304,7 @@ uint8 GetSpellAllowedInLocationError(SpellEntry const *spellInfo,uint32 map_id,u
}
// elixirs not have another limitations
return true;
return 0;
}
}