diff options
author | QAston <none@none> | 2009-07-30 11:44:23 +0200 |
---|---|---|
committer | QAston <none@none> | 2009-07-30 11:44:23 +0200 |
commit | 9c52a12e08dcbca6234d03f01ef9910320a2c88e (patch) | |
tree | 60dbeabc1b08ebdcf431ee5d41195fe60944af46 /src/game/Chat.cpp | |
parent | 7121d98480d58a4214abcc2e22f678bad76cdecf (diff) |
Backed out changeset 6ba74f274cb9 - mangos [8249]
--HG--
branch : trunk
Diffstat (limited to 'src/game/Chat.cpp')
-rw-r--r-- | src/game/Chat.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/Chat.cpp b/src/game/Chat.cpp index 98f02c1e4e6..4dcc603afc4 100644 --- a/src/game/Chat.cpp +++ b/src/game/Chat.cpp @@ -489,7 +489,6 @@ ChatCommand * ChatHandler::getCommandTable() { "spell_linked_spell", SEC_ADMINISTRATOR, true, &ChatHandler::HandleReloadSpellLinkedSpellCommand, "", NULL }, { "spell_pet_auras", SEC_ADMINISTRATOR, true, &ChatHandler::HandleReloadSpellPetAurasCommand, "", NULL }, { "spell_proc_event", SEC_ADMINISTRATOR, true, &ChatHandler::HandleReloadSpellProcEventCommand, "", NULL }, - { "spell_proc_item_enchant", SEC_ADMINISTRATOR, true, &ChatHandler::HandleReloadSpellProcItemEnchantCommand, "", NULL }, { "spell_script_target", SEC_ADMINISTRATOR, true, &ChatHandler::HandleReloadSpellScriptTargetCommand, "", NULL }, { "spell_scripts", SEC_ADMINISTRATOR, true, &ChatHandler::HandleReloadSpellScriptsCommand, "", NULL }, { "spell_target_position", SEC_ADMINISTRATOR, true, &ChatHandler::HandleReloadSpellTargetPositionCommand, "", NULL }, |