add spawn

git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@741 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
amber
2004-12-23 02:33:29 +00:00
parent d091c2e147
commit 4f7dffcb72
3 changed files with 27 additions and 6 deletions

View File

@@ -120,11 +120,7 @@ enum AtCommandType {
AtCommand_ReloadItemDB,
AtCommand_ReloadMobDB,
AtCommand_ReloadSkillDB,
#ifndef TXT_ONLY
AtCommand_Rehash,
#else /* TXT_ONLY */
AtCommand_ReloadScript,
#endif /* TXT_ONLY */
AtCommand_ReloadGMDB,
AtCommand_MapInfo,
AtCommand_Dye,
@@ -217,6 +213,7 @@ enum AtCommandType {
AtCommand_Divorce, // by MouseJstr
AtCommand_Rings, // by MouseJstr
AtCommand_Grind, // by MouseJstr
AtCommand_Grind2, // by MouseJstr
AtCommand_JumpToId, // by Dino9021
AtCommand_JumpToId2, // by Dino9021