diff options
author | megamage <none@none> | 2009-07-16 10:13:12 +0800 |
---|---|---|
committer | megamage <none@none> | 2009-07-16 10:13:12 +0800 |
commit | e1762e3e6d6a9cc82f2244b5c6d4e26d3315caf6 (patch) | |
tree | 9de6c38c8832b8627a782fe75ba418dd240b3b01 /src/game/Chat.h | |
parent | 6f256824233ae004cf3fc93d1626e91c279452ea (diff) |
[8169] Implement new optional table `spell_check` and console command .debug spellcheck Author: VladimirMangos
* Table expected to be store data mirror same data in code:
- explicit spell ids with related expected spell properties like effects, spell family or auras
- implicit requirements for select some spell sets like spell family masks, icons or visual values
* For check can be used .debug spellcheck _console_ only command.
* Main purpose table and related command check code parts for outdated data at client switch.
It also can be used for check data in patch writing time to be sure code correctness.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Chat.h')
-rw-r--r-- | src/game/Chat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Chat.h b/src/game/Chat.h index a2bc23217ac..55116bae711 100644 --- a/src/game/Chat.h +++ b/src/game/Chat.h @@ -148,6 +148,7 @@ class ChatHandler bool HandleDebugEnterVehicle(const char * args); bool HandleDebugSetValueCommand(const char* args); bool HandleDebugSpawnVehicle(const char * args); + bool HandleDebugSpellCheckCommand(const char* args); bool HandleDebugUpdateCommand(const char* args); bool HandleDebugUpdateWorldStateCommand(const char* args); |