diff options
author | (no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-02-06 14:12:49 +0000 |
---|---|---|
committer | (no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-02-06 14:12:49 +0000 |
commit | 37054522efee220a79e72bb36a9c8e4309286348 (patch) | |
tree | 566536e28d431f79df269e5d61d493162a9db83d /src/map/atcommand.h | |
parent | d47ef1caf4153d3810a7d289f8dc0b8d01daa902 (diff) | |
download | hercules-37054522efee220a79e72bb36a9c8e4309286348.tar.gz hercules-37054522efee220a79e72bb36a9c8e4309286348.tar.bz2 hercules-37054522efee220a79e72bb36a9c8e4309286348.tar.xz hercules-37054522efee220a79e72bb36a9c8e4309286348.zip |
Implemented @mobinfo command
with drops / mvp shit, etc
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1055 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 7616b725f..cb260db19 100644 --- a/src/map/atcommand.h +++ b/src/map/atcommand.h @@ -237,6 +237,7 @@ enum AtCommandType { AtCommand_DisguiseAll, AtCommand_ChangeLook, AtCommand_AutoLoot, //by Upa-Kun + AtCommand_MobInfo, //by Lupus // end AtCommand_Unknown, |