From af90f0c214d86aca0117df966f87b95e6999bd45 Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Tue, 20 May 2008 12:53:54 +0000 Subject: * Fixed variable issue with Milk Trader NPC. (bugreport:1523) * Fixed typos in the acolyte nad mage skill quests. (bugreport:1531) * Fixed issue with a removing a Keil Hyre cutin. (bugreport:1593) * Corrected a few oversights in the WoESE scripts. * Added dummy "OnMyMobDead" label to a Niflheim NPC. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12718 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/cities/niflheim.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'npc/cities/niflheim.txt') diff --git a/npc/cities/niflheim.txt b/npc/cities/niflheim.txt index 9b6d52203..c8e502514 100644 --- a/npc/cities/niflheim.txt +++ b/npc/cities/niflheim.txt @@ -4,7 +4,7 @@ //= Fyrien, Dizzy, PKGINGO //= Official NPCs translated and re-edited by Celest //===== Current Version: ===================================== -//= 1.4 +//= 1.5 //===== Compatible With: ===================================== //= [Aegis Conversion] //= eAthena SVN; Niflheim Required @@ -25,6 +25,7 @@ //= 1.3 Moved Book of Devil and Piano quest to quests/quests_niflheim.txt [Evera] //= 1.4 Rescripted to Aegis 10.3 standards. [L0ne_W0lf] //= Removed Cursed Spirits as they were custom. +//= 1.5 Added dummy "OnMyMobDead" event to Cursed Spirit. [L0ne_W0lf] //============================================================ niflheim,52,147,3 script Keedz#nif 796,{ @@ -348,4 +349,7 @@ niflheim,350,258,1 script Cursed Spirit#nif 802,{ mes "rush to leave."; close; } + +OnMyMobDead: + end; } -- cgit v1.2.3-60-g2f50