[9294] Fixed typo in function name.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
reno138 2010-02-03 22:41:42 +03:00 committed by VladimirMangos
parent dae28aafc4
commit f157b101fb
5 changed files with 5 additions and 5 deletions

View file

@ -1480,7 +1480,7 @@ class MANGOS_DLL_SPEC Unit : public WorldObject
float GetCreateStat(Stats stat) const { return m_createStats[stat]; }
void SetCurrentCastedSpell(Spell * pSpell);
virtual void ProhibitSpellScholl(SpellSchoolMask /*idSchoolMask*/, uint32 /*unTimeMs*/ ) { }
virtual void ProhibitSpellSchool(SpellSchoolMask /*idSchoolMask*/, uint32 /*unTimeMs*/ ) { }
void InterruptSpell(CurrentSpellTypes spellType, bool withDelayed = true);
void FinishSpell(CurrentSpellTypes spellType, bool ok = true);