diff options
author | Machiavelli <none@none> | 2009-04-14 17:48:58 +0200 |
---|---|---|
committer | Machiavelli <none@none> | 2009-04-14 17:48:58 +0200 |
commit | ecbaf6483d453e0d80ab0b24f27232fbda1a3c4c (patch) | |
tree | ba5ec002452215e375dcb6f367adf98c57f0b46b /src/game/Chat.h | |
parent | e7ac066211a25d90039695badb0d9724fa610256 (diff) |
* Ticket system update;
- Add map, x, y, z coordinate data to ticket upon creation
- Add command .go ticket to teleport to the coordinates where the ticket was created
- Move InitTicketID() to the class constructor instead of at every LoadGMTickets call
- Minor code cleanup
--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 6a10a60ad82..d516d44c6a1 100644 --- a/src/game/Chat.h +++ b/src/game/Chat.h @@ -442,6 +442,7 @@ class ChatHandler bool HandleDeMorphCommand(const char* args); bool HandleGoCreatureCommand(const char* args); bool HandleGoObjectCommand(const char* args); + bool HandleGoTicketCommand(const char* args); bool HandleGoTriggerCommand(const char* args); bool HandleGoGraveyardCommand(const char* args); |