aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTrinity <trinity@ubuntu.(none)>2013-06-13 14:58:07 +0200
committerTrinity <trinity@ubuntu.(none)>2013-06-13 14:58:07 +0200
commit5a7d74ce8765e08a7d8203f4632027f793037200 (patch)
tree983e5bba52aaf18e4be1d9efc363e6b7eddd35a1 /src
parentca100a30f05cf72b6851e6ab1f6e82f9a35939c8 (diff)
Fix warning
Diffstat (limited to 'src')
-rw-r--r--src/server/scripts/Northrend/zone_grizzly_hills.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Northrend/zone_grizzly_hills.cpp b/src/server/scripts/Northrend/zone_grizzly_hills.cpp
index c3a5694fa6b..9a70aff5b51 100644
--- a/src/server/scripts/Northrend/zone_grizzly_hills.cpp
+++ b/src/server/scripts/Northrend/zone_grizzly_hills.cpp
@@ -809,7 +809,7 @@ class npc_lake_frog : public CreatureScript
}
}
- void sGossipSelect(Player* player, uint32 sender, uint32 /*action*/)
+ void sGossipSelect(Player* player, uint32 /*sender*/, uint32 /*action*/)
{
DoCast(player, SPELL_SUMMON_ASHWOOD_BRAND);
}