summaryrefslogtreecommitdiff
path: root/src/map/atcommand.h
diff options
context:
space:
mode:
authorreddozen <reddozen@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-05-17 01:03:22 +0000
committerreddozen <reddozen@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-05-17 01:03:22 +0000
commitcbec17c2b3c429bebced53dea2cf4037a4e601d9 (patch)
treecf2ca3c6ff75115229a28422ead3a077b4ce121c /src/map/atcommand.h
parent41426d1faab76c67ca6f8d71a6e36b5d9f053cce (diff)
downloadhercules-cbec17c2b3c429bebced53dea2cf4037a4e601d9.tar.gz
hercules-cbec17c2b3c429bebced53dea2cf4037a4e601d9.tar.bz2
hercules-cbec17c2b3c429bebced53dea2cf4037a4e601d9.tar.xz
hercules-cbec17c2b3c429bebced53dea2cf4037a4e601d9.zip
Removed AtCommand_Monster and replaced it with AtCommand_Spawn for Skots [Reddozen]
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6626 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/atcommand.h')
-rw-r--r--src/map/atcommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/atcommand.h b/src/map/atcommand.h
index a9eb69aba..60b20c4ab 100644
--- a/src/map/atcommand.h
+++ b/src/map/atcommand.h
@@ -58,7 +58,7 @@ enum AtCommandType {
AtCommand_Model,
AtCommand_Go,
AtCommand_Spawn,
- AtCommand_Monster,
+ //AtCommand_Monster, // removed for Skots [Reddozen]
AtCommand_MonsterSmall,
AtCommand_MonsterBig,
AtCommand_KillMonster,