Преглед изворни кода

Added dummy event to Lighthalzen boss spawn mechanisim.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12234 54d463be-8e91-2dee-dedb-b68131a5f0ec
L0ne_W0lf пре 17 година
родитељ
комит
ed0bf66c0e
2 измењених фајлова са 7 додато и 1 уклоњено
  1. 1 0
      npc/Changelog.txt
  2. 6 1
      npc/mobs/dungeons/lhz_dun.txt

+ 1 - 0
npc/Changelog.txt

@@ -1,6 +1,7 @@
 Date		Added
 ======
 2008/02/22
+	* Rev. 12234 Added dummy event to Lighthalzen boss spawn mechanisim. [L0ne_W0lf]
 	* Rev. 12227 Several small fixes to scripts, and updates. [L0ne_W0lf]
 	- Updated City warps for Lighthalzen, and dugneon warps.
 	- Updated castle warps for Schwaltzvalt Castles Map.

+ 6 - 1
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;
 }