[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

@ -17762,7 +17762,7 @@ void Player::ContinueTaxiFlight()
GetSession()->SendDoFlight(mountDisplayId, path, startNode);
}
void Player::ProhibitSpellScholl(SpellSchoolMask idSchoolMask, uint32 unTimeMs )
void Player::ProhibitSpellSchool(SpellSchoolMask idSchoolMask, uint32 unTimeMs )
{
// last check 2.0.10
WorldPacket data(SMSG_SPELL_COOLDOWN, 8+1+m_spells.size()*8);