diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-02-23 00:18:16 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-02-23 00:18:16 +0000 |
commit | a76916af5896de064b18fb06308c7a0ad338e705 (patch) | |
tree | 89e8d3eca5543c922a0822a8f54526ffb22b9947 /npc/mobs | |
parent | 86419b56c3c04ee10b6c58906124a471b9853d8b (diff) | |
download | hercules-a76916af5896de064b18fb06308c7a0ad338e705.tar.gz hercules-a76916af5896de064b18fb06308c7a0ad338e705.tar.bz2 hercules-a76916af5896de064b18fb06308c7a0ad338e705.tar.xz hercules-a76916af5896de064b18fb06308c7a0ad338e705.zip |
Added dummy event to Lighthalzen boss spawn mechanisim.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12234 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/mobs')
-rw-r--r-- | npc/mobs/dungeons/lhz_dun.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/npc/mobs/dungeons/lhz_dun.txt b/npc/mobs/dungeons/lhz_dun.txt index df12e8544..b30c0009c 100644 --- a/npc/mobs/dungeons/lhz_dun.txt +++ b/npc/mobs/dungeons/lhz_dun.txt @@ -3,7 +3,7 @@ //===== By: ================================================== // The Prometheus Project, eAthena dev team //===== Current Version: ===================================== -//= 1.7 +//= 1.7a //===== Compatible With: ===================================== //= Any Athena //===== Additional Comments: ================================= @@ -19,6 +19,7 @@ //= - A random 99 will now be spawned when the MVP spawns. //= - Spare spawn and MVP spawn now spawn in official locations. //= - Expandeded timer to allow for varying spawn times. +//= 1.7a Added dummy event to keep from causnig warnings. [L0ne_W0lf] //============================================================ @@ -302,4 +303,8 @@ OnMyMvPDead: killmonster "lhz_dun03","summon_boss_lt::OnMVP"; initnpctimer; end; + +//Required to keep from erroring +OnMVP: + end; } |