aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Texts/CreatureTextMgr.cpp
diff options
context:
space:
mode:
authorSpp <none@none>2010-09-28 14:48:17 +0200
committerSpp <none@none>2010-09-28 14:48:17 +0200
commite27976102d1b0f562e23c2d2f90749c8e19bf39f (patch)
tree8ea5bd90ab69b995b1b2223af854c78a341b5514 /src/server/game/Texts/CreatureTextMgr.cpp
parent7abe69b570c96342d52bbdfb6ee69e2fe6bfd70a (diff)
Core/: Fix warnings
--HG-- branch : trunk
Diffstat (limited to 'src/server/game/Texts/CreatureTextMgr.cpp')
-rw-r--r--src/server/game/Texts/CreatureTextMgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Texts/CreatureTextMgr.cpp b/src/server/game/Texts/CreatureTextMgr.cpp
index 9e165adc8fb..1da909b938a 100644
--- a/src/server/game/Texts/CreatureTextMgr.cpp
+++ b/src/server/game/Texts/CreatureTextMgr.cpp
@@ -109,7 +109,7 @@ void CreatureTextMgr::LoadCreatureTexts()
sLog.outString(">> Loaded %u Creature Texts for %u Creatures.", TextCount, CreatureCount);
}
-void CreatureTextMgr::SendChat(Creature* source, uint8 textGroup, uint64 whisperGuid, ChatType msgtype, Language language, TextRange range)
+void CreatureTextMgr::SendChat(Creature* source, uint8 textGroup, uint64 whisperGuid, ChatType /*msgtype*/, Language /*language*/, TextRange /*range*/)
{
if (!source)
return;