summaryrefslogtreecommitdiff
path: root/src/map/atcommand.h
diff options
context:
space:
mode:
authorcelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-28 05:16:07 +0000
committercelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-28 05:16:07 +0000
commite9ae3931429336f05aa7df9eda1f16cac23e2424 (patch)
treeded73ded0e7698c5e6377318c281c949f22568ed /src/map/atcommand.h
parentbeb675a9eb04cde7491e2a93b40a3e19af84393f (diff)
downloadhercules-e9ae3931429336f05aa7df9eda1f16cac23e2424.tar.gz
hercules-e9ae3931429336f05aa7df9eda1f16cac23e2424.tar.bz2
hercules-e9ae3931429336f05aa7df9eda1f16cac23e2424.tar.xz
hercules-e9ae3931429336f05aa7df9eda1f16cac23e2424.zip
Added @mobsearch, @cleanmap and @giveitem
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@833 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/atcommand.h')
-rw-r--r--src/map/atcommand.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/atcommand.h b/src/map/atcommand.h
index 2217e8158..03b36d740 100644
--- a/src/map/atcommand.h
+++ b/src/map/atcommand.h
@@ -194,6 +194,9 @@ enum AtCommandType {
AtCommand_Identify, // by MC Cameri
AtCommand_Gmotd, // Added by MC Cameri, created by davidsiaw
AtCommand_MiscEffect, // by MC Cameri
+ AtCommand_MobSearch,
+ AtCommand_CleanMap,
+ AtCommand_GiveItem,
// SQL-only commands start
#ifndef TXT_ONLY