summaryrefslogtreecommitdiff
path: root/src/map/atcommand.h
diff options
context:
space:
mode:
authortoms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-20 18:54:18 +0000
committertoms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-20 18:54:18 +0000
commit6ae26ef0260b6f25c3f68115c300020a2b5b84b9 (patch)
tree59212169d7917653a9de6fcf19abfb25a7bac8fa /src/map/atcommand.h
parentd8515bb0bf7a0c59f38923509ef52ba3a553dae8 (diff)
downloadhercules-6ae26ef0260b6f25c3f68115c300020a2b5b84b9.tar.gz
hercules-6ae26ef0260b6f25c3f68115c300020a2b5b84b9.tar.bz2
hercules-6ae26ef0260b6f25c3f68115c300020a2b5b84b9.tar.xz
hercules-6ae26ef0260b6f25c3f68115c300020a2b5b84b9.zip
- Fixed some Homunc issues with HR servers (capping some values)
- Added @hominfo command to obtain real values (not capped ones) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8378 54d463be-8e91-2dee-dedb-b68131a5f0ec
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 d3d746bf2..42beb0232 100644
--- a/src/map/atcommand.h
+++ b/src/map/atcommand.h
@@ -281,6 +281,7 @@ enum AtCommandType {
AtCommand_HomFriendly, //[orn]
AtCommand_HomHungry, //[orn]
AtCommand_HomTalk, //[orn]
+ AtCommand_HomInfo, //[Toms]
// end <- Ahem, guys, don't place AtCommands after AtCommand_Unknown! [Skotlex]
AtCommand_Unknown,
AtCommand_MAX