Scripts: Fixed warning
(cherry picked from commit 96cb26de285ad301a31254afb5de0aab7cb0f30a)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user