diff options
| author | megamage <none@none> | 2009-06-08 17:25:02 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-06-08 17:25:02 -0500 |
| commit | 4e130dcdfdd30b84fb5e0b0531c817c7b6c64ff9 (patch) | |
| tree | 09f871f8eab58afe981e99fa74cef6bcf0777e7c /src/game/Chat.h | |
| parent | 6578cce47133eb017a7ab6b14c91d6c5b80b226a (diff) | |
[7980] Implement item use target requirements store and check (new table `item_required_target`). Author: NoFantasy
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
* Also implement this table reload
* Static Spell::SendCastResult function for call not from spell code.
Can be also used in scripts where need send explicitly spell cast error to client.
--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 0b8b076969b..6fbc9b30d34 100644 --- a/src/game/Chat.h +++ b/src/game/Chat.h @@ -359,6 +359,7 @@ class ChatHandler bool HandleReloadGOQuestRelationsCommand(const char* args); bool HandleReloadGOQuestInvRelationsCommand(const char* args); bool HandleReloadItemEnchantementsCommand(const char* args); + bool HandleReloadItemRequiredTragetCommand(const char* args); bool HandleReloadLocalesAchievementRewardCommand(const char* args); bool HandleReloadLocalesCreatureCommand(const char* args); bool HandleReloadLocalesGameobjectCommand(const char* args); |
