summaryrefslogtreecommitdiff
path: root/src/map/atcommand.h
diff options
context:
space:
mode:
authorFate <fate.tmw@googlemail.com>2008-11-10 16:43:13 +0000
committerFate <fate.tmw@googlemail.com>2008-11-10 16:43:13 +0000
commit7e9ef4d4154caf5c982e0753e9685c04ee52d913 (patch)
treec94003e0f22b451a0ef4dcd6df38e8c48843e81a /src/map/atcommand.h
parentf52600e3795cd8a40c716ff92db6d8f55cc8e7cf (diff)
downloadtmwa-7e9ef4d4154caf5c982e0753e9685c04ee52d913.tar.gz
tmwa-7e9ef4d4154caf5c982e0753e9685c04ee52d913.tar.bz2
tmwa-7e9ef4d4154caf5c982e0753e9685c04ee52d913.tar.xz
tmwa-7e9ef4d4154caf5c982e0753e9685c04ee52d913.zip
* Adjusted the GM @charbaselvl command to set base experience to zero when lowering a char level
* Adjusted the GM @charreset command as follows: - All stats are reset to 5 instead of 1 - Available statpoints are recomputed as per Malivox reset - Quest skills are reset to zero but their skill points don't contribute to empty skillpoints - Two character variables bound to WIP quest skills are zeroed * Added @charwipe command (default level 60) to reset a character as if that character had newly started
Diffstat (limited to 'src/map/atcommand.h')
-rw-r--r--src/map/atcommand.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/atcommand.h b/src/map/atcommand.h
index 7f6d469..4651d39 100644
--- a/src/map/atcommand.h
+++ b/src/map/atcommand.h
@@ -193,6 +193,7 @@ enum AtCommandType {
AtCommand_AdjCmdLvl,
AtCommand_Trade,
AtCommand_UnMute,
+ AtCommand_CharWipe,
// SQL-only commands start
#ifndef TXT_ONLY