summaryrefslogtreecommitdiff
path: root/npc/cities/niflheim.txt
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-05-20 12:53:54 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-05-20 12:53:54 +0000
commitaf90f0c214d86aca0117df966f87b95e6999bd45 (patch)
tree3b4896980325d38dd9e6894ef550e22ab7a667bc /npc/cities/niflheim.txt
parent08dfe78adc3114126e58ff6ceafc9040670443b0 (diff)
downloadhercules-af90f0c214d86aca0117df966f87b95e6999bd45.tar.gz
hercules-af90f0c214d86aca0117df966f87b95e6999bd45.tar.bz2
hercules-af90f0c214d86aca0117df966f87b95e6999bd45.tar.xz
hercules-af90f0c214d86aca0117df966f87b95e6999bd45.zip
* 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
Diffstat (limited to 'npc/cities/niflheim.txt')
-rw-r--r--npc/cities/niflheim.txt6
1 files changed, 5 insertions, 1 deletions
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;
}