diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-29 05:52:34 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-29 05:52:34 +0000 |
commit | 089657a99ef08deb2e7202e3d2af6382a2e874f2 (patch) | |
tree | 735e6d84e77a89d1a6911a5dc32497ccd751007b /src/map/atcommand.h | |
parent | dd9f935197123a63faa902fcfdf166a99f7080b7 (diff) | |
download | hercules-089657a99ef08deb2e7202e3d2af6382a2e874f2.tar.gz hercules-089657a99ef08deb2e7202e3d2af6382a2e874f2.tar.bz2 hercules-089657a99ef08deb2e7202e3d2af6382a2e874f2.tar.xz hercules-089657a99ef08deb2e7202e3d2af6382a2e874f2.zip |
@showmobs = shows selected mobs on mini-map
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8527 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 42beb0232..4b8f31185 100644 --- a/src/map/atcommand.h +++ b/src/map/atcommand.h @@ -282,6 +282,7 @@ enum AtCommandType { AtCommand_HomHungry, //[orn]
AtCommand_HomTalk, //[orn]
AtCommand_HomInfo, //[Toms]
+ AtCommand_ShowMobs, //KarLaeda
// end <- Ahem, guys, don't place AtCommands after AtCommand_Unknown! [Skotlex]
AtCommand_Unknown,
AtCommand_MAX
|