diff options
| author | megamage <none@none> | 2009-03-21 14:53:38 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2009-03-21 14:53:38 -0600 |
| commit | de849cc5087e9a11ddff2f4e9ec42b1ec293cf2a (patch) | |
| tree | 209f7f4bb8e6b4fde7dbd57305a1e797cc5010af /src/game/Chat.h | |
| parent | 3b09489f880f13116ac285085982721ef60920cd (diff) | |
Small code cleanup and partial merge with dev branch Author: tomrus88
--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 44ca1d10dac..ee95f78a396 100644 --- a/src/game/Chat.h +++ b/src/game/Chat.h @@ -512,6 +512,7 @@ class ChatHandler bool HandleDebugSpawnVehicle(const char * args); bool HandleDebugSendLargePacketCommand(const char * args); bool HandleDebugSendSetPhaseShiftCommand(const char * args); + bool HandleDebugSetItemFlagCommand(const char * args); Player* getSelectedPlayer(); Creature* getSelectedCreature(); |
