mirror of
https://github.com/mangosfour/server.git
synced 2025-12-30 10:37:12 +00:00
[9294] Fixed typo in function name.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
dae28aafc4
commit
f157b101fb
5 changed files with 5 additions and 5 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue