diff options
Diffstat (limited to 'src/map/charcommand.h')
-rw-r--r-- | src/map/charcommand.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/map/charcommand.h b/src/map/charcommand.h index 95ca8aae6..ed191aa8f 100644 --- a/src/map/charcommand.h +++ b/src/map/charcommand.h @@ -3,10 +3,12 @@ enum CharCommandType {
CharCommand_None = -1,
+ CharCommandJobChange,
+ CharCommandPetRename,
#ifdef TXT_ONLY
/* TXT_ONLY */
- CharCommandTest,
+
/* TXT_ONLY */
#else
/* SQL-only */
|