aboutsummaryrefslogtreecommitdiff
path: root/src/game/Level3.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-01-21 16:18:57 -0600
committermegamage <none@none>2009-01-21 16:18:57 -0600
commit4230318f962f5faeddf188d61a367a635a8bb81a (patch)
tree6827d5a40216a2915c3d7724706c3121e237d51f /src/game/Level3.cpp
parent68c0bcd06980cbc5babc842d990d1b8eb564e388 (diff)
*Update to Mangos 7136.
--HG-- branch : trunk
Diffstat (limited to 'src/game/Level3.cpp')
-rw-r--r--src/game/Level3.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/game/Level3.cpp b/src/game/Level3.cpp
index b0cf4695afe..12f251ec025 100644
--- a/src/game/Level3.cpp
+++ b/src/game/Level3.cpp
@@ -343,6 +343,15 @@ bool ChatHandler::HandleReloadLootTemplatesSkinningCommand(const char*)
return true;
}
+bool ChatHandler::HandleReloadLootTemplatesSpellCommand(const char*)
+{
+ sLog.outString( "Re-Loading Loot Tables... (`spell_loot_template`)" );
+ LoadLootTemplates_Spell();
+ LootTemplates_Spell.CheckLootRefs();
+ SendGlobalSysMessage("DB table `spell_loot_template` reloaded.");
+ return true;
+}
+
bool ChatHandler::HandleReloadTrinityStringCommand(const char*)
{
sLog.outString( "Re-Loading trinity_string Table!" );