aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/game/Level3.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Level3.cpp b/src/game/Level3.cpp
index 89e4f200e8e..fe61046897d 100644
--- a/src/game/Level3.cpp
+++ b/src/game/Level3.cpp
@@ -1178,7 +1178,7 @@ bool ChatHandler::HandleReloadSpellGroupsCommand(const char*)
{
sLog.outString("Re-Loading Spell Groups...");
spellmgr.LoadSpellGroups();
- SendGlobalGMSysMessage("DB table `spell_group` (spell elixir types) reloaded.");
+ SendGlobalGMSysMessage("DB table `spell_group` (spell groups) reloaded.");
return true;
}