Scripts: Fixed warning

(cherry picked from commit 96cb26de28)
This commit is contained in:
Vincent-Michael
2016-02-06 22:11:27 +01:00
committed by Shauren
parent b6b151fb1e
commit e518655b0f

View File

@@ -2607,7 +2607,7 @@ public:
Reset();
}
void ReceiveEmote(Player* player, uint32 emote) override
void ReceiveEmote(Player* /*player*/, uint32 emote) override
{
me->InterruptSpell(CURRENT_CHANNELED_SPELL);
me->StopMoving();