diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-10-28 03:55:01 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-10-28 03:55:01 +0000 |
commit | 64f7f988ec09f2b35ebd1214115dde6b2b0db88a (patch) | |
tree | 0d23489ee0a2c2ac814fe849fce8b9d58675c0e7 /src/map/atcommand.c | |
parent | dfab00942f8acf6b8ccb58c359fee026919730a4 (diff) | |
download | hercules-64f7f988ec09f2b35ebd1214115dde6b2b0db88a.tar.gz hercules-64f7f988ec09f2b35ebd1214115dde6b2b0db88a.tar.bz2 hercules-64f7f988ec09f2b35ebd1214115dde6b2b0db88a.tar.xz hercules-64f7f988ec09f2b35ebd1214115dde6b2b0db88a.zip |
- Fixed mob-skill event "skillused" not triggering at all.
- Summoned mobs will only be removed from a map if their master is also removed (dynamic mobs)
- Minor cleanups
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9088 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/atcommand.c')
-rw-r--r-- | src/map/atcommand.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c index 74229a98a..c644a9468 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -642,7 +642,6 @@ static AtCommandInfo atcommand_info[] = { { AtCommand_HomTalk, "@homtalk", 0, atcommand_homtalk },
{ AtCommand_HomInfo, "@hominfo", 0, atcommand_hominfo },
{ AtCommand_ShowMobs, "@showmobs", 10, atcommand_showmobs }, //KarLaeda
-
// add new commands before this line
{ AtCommand_Unknown, NULL, 1, NULL }
};
|