Skip to content

Commit

Permalink
Scripts: Fixed warning
Browse files Browse the repository at this point in the history
(cherry picked from commit 96cb26d)
  • Loading branch information
Vincent-Michael authored and Shauren committed Apr 2, 2016
1 parent b6b151f commit e518655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/scripts/World/npcs_special.cpp
Expand Up @@ -2607,7 +2607,7 @@ class npc_pandaren_monk : public CreatureScript
Reset();
}

void ReceiveEmote(Player* player, uint32 emote) override
void ReceiveEmote(Player* /*player*/, uint32 emote) override
{
me->InterruptSpell(CURRENT_CHANNELED_SPELL);
me->StopMoving();
Expand Down

0 comments on commit e518655

Please sign in to comment.