diff options
author | (no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-01-27 02:53:10 +0000 |
---|---|---|
committer | (no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-01-27 02:53:10 +0000 |
commit | 33794f0169fff0884af02c9487a8660572de94d5 (patch) | |
tree | 685ed6f7a298c97ee3dcb9eac62372de427975d9 /src/map/atcommand.h | |
parent | 787a29407c195be9054bb819d219eb43759f4720 (diff) | |
download | hercules-33794f0169fff0884af02c9487a8660572de94d5.tar.gz hercules-33794f0169fff0884af02c9487a8660572de94d5.tar.bz2 hercules-33794f0169fff0884af02c9487a8660572de94d5.tar.xz hercules-33794f0169fff0884af02c9487a8660572de94d5.zip |
* Added @changelook command for spriters to test view ID's
* Added a check to Pneuma to prevent crashing
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1004 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/atcommand.h')
-rw-r--r-- | src/map/atcommand.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/atcommand.h b/src/map/atcommand.h index 754a741b7..be2bdcbcb 100644 --- a/src/map/atcommand.h +++ b/src/map/atcommand.h @@ -235,6 +235,7 @@ enum AtCommandType { AtCommand_Sound, AtCommand_UndisguiseAll, AtCommand_DisguiseAll, + AtCommand_ChangeLook, // end AtCommand_Unknown, |