diff options
author | megamage <none@none> | 2008-12-08 09:52:57 -0600 |
---|---|---|
committer | megamage <none@none> | 2008-12-08 09:52:57 -0600 |
commit | 893bf8a410904d46493267e8885b4bc6723f9ac8 (patch) | |
tree | 2b4019e8414cf736735d8661dc7cf8b830d22494 /src | |
parent | 9c411e4f8cf38a40fae479f3f9815b661345d081 (diff) |
*Fixed broken reload spell_disabled command. By Visagalis.
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/game/Chat.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Chat.cpp b/src/game/Chat.cpp index fb2032d2ac1..951f443e479 100644 --- a/src/game/Chat.cpp +++ b/src/game/Chat.cpp @@ -286,6 +286,7 @@ ChatCommand * ChatHandler::getCommandTable() { "spell_scripts", SEC_ADMINISTRATOR, true, &ChatHandler::HandleReloadSpellScriptsCommand, "", NULL }, { "spell_target_position", SEC_ADMINISTRATOR, true, &ChatHandler::HandleReloadSpellTargetPositionCommand, "", NULL }, { "spell_threats", SEC_ADMINISTRATOR, true, &ChatHandler::HandleReloadSpellThreatsCommand, "", NULL }, + { "spell_disabled", SEC_ADMINISTRATOR, true, &ChatHandler::HandleReloadSpellDisabledCommand, "", NULL }, { "locales_creature", SEC_ADMINISTRATOR, true, &ChatHandler::HandleReloadLocalesCreatureCommand, "", NULL }, { "locales_gameobject", SEC_ADMINISTRATOR, true, &ChatHandler::HandleReloadLocalesGameobjectCommand, "", NULL }, { "locales_item", SEC_ADMINISTRATOR, true, &ChatHandler::HandleReloadLocalesItemCommand, "", NULL }, |