aboutsummaryrefslogtreecommitdiff
path: root/src/game/Chat.h
diff options
context:
space:
mode:
authormegamage <none@none>2009-05-08 18:47:27 -0500
committermegamage <none@none>2009-05-08 18:47:27 -0500
commite85e4c386b76e345cf615c743a3268408d72bffb (patch)
tree59cc055dd1497363fbaff40a8996287080a73af8 /src/game/Chat.h
parent6fbebffbafc123b4948ad23303743e2b10f2ded4 (diff)
[7796] Implement .lookup taxinode and .go taxinode commands. Author: VladimirMangos
--HG-- branch : trunk
Diffstat (limited to 'src/game/Chat.h')
-rw-r--r--src/game/Chat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/Chat.h b/src/game/Chat.h
index cc7de6731a6..97570d2f250 100644
--- a/src/game/Chat.h
+++ b/src/game/Chat.h
@@ -195,6 +195,7 @@ class ChatHandler
bool HandleGoGraveyardCommand(const char* args);
bool HandleGoGridCommand(const char* args);
bool HandleGoObjectCommand(const char* args);
+ bool HandleGoTaxinodeCommand(const char* args);
bool HandleGoTriggerCommand(const char* args);
bool HandleGoXYCommand(const char* args);
bool HandleGoXYZCommand(const char* args);
@@ -247,6 +248,7 @@ class ChatHandler
bool HandleLookupQuestCommand(const char* args);
bool HandleLookupSkillCommand(const char* args);
bool HandleLookupSpellCommand(const char* args);
+ bool HandleLookupTaxiNodeCommand(const char * args);
bool HandleLookupTeleCommand(const char * args);
bool HandleModifyKnownTitlesCommand(const char* args);