diff options
author | LuzZza <LuzZza@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-14 20:28:10 +0000 |
---|---|---|
committer | LuzZza <LuzZza@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-14 20:28:10 +0000 |
commit | 94b5924852ac0c230317cecc0970cf652bae62f3 (patch) | |
tree | 7ecf31733d8b461e451f1992788fe9799f4d70b5 /src/map/atcommand.h | |
parent | aa3e91a992eafac75f3eafd250bcebcf72b354e0 (diff) | |
download | hercules-94b5924852ac0c230317cecc0970cf652bae62f3.tar.gz hercules-94b5924852ac0c230317cecc0970cf652bae62f3.tar.bz2 hercules-94b5924852ac0c230317cecc0970cf652bae62f3.tar.xz hercules-94b5924852ac0c230317cecc0970cf652bae62f3.zip |
- Updated @rura/@warp. Now you can use both "@warp mapname x y" and "@warp mapname,x,y".
- Added command @tonpc (warp to NPC).
- Fixed @where at-command.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5602 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 cd90468aa..08df26523 100644 --- a/src/map/atcommand.h +++ b/src/map/atcommand.h @@ -267,6 +267,7 @@ enum AtCommandType { AtCommand_Main, // LuzZza
AtCommand_Clone, // [Valaris]
+ AtCommand_ToNPC, // LuzZza
// end <- Ahem, guys, don't place AtCommands after AtCommand_Unknown! [Skotlex]
AtCommand_Unknown,
|