From 9451fcffdc20b9f3195c82bdb74806698f1509bc Mon Sep 17 00:00:00 2001 From: brianluau Date: Sat, 3 Sep 2011 21:49:18 +0000 Subject: - Fixed a typo in Nidhoggr's Nest. (bugreport:5041) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14952 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/instances/NydhoggsNest.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'npc/instances/NydhoggsNest.txt') diff --git a/npc/instances/NydhoggsNest.txt b/npc/instances/NydhoggsNest.txt index 2a5498377..9aa4bf7da 100644 --- a/npc/instances/NydhoggsNest.txt +++ b/npc/instances/NydhoggsNest.txt @@ -1,6 +1,5 @@ //===== eAthena Script ======================================= -//===== eAthena Script ======================================= -//= Nidhoggr's Nest +//= Nidhoggr's Nest //===== By: ================================================== //= L0ne_W0lf, various sources //===== Current Version: ===================================== @@ -2634,7 +2633,7 @@ OnTimer10000: } 2@nyd,6,8,0 script nyd_2f_yellow_c -1,{ -OnInstanceInit:; +OnInstanceInit: disablenpc instance_npcname("nyd_2f_yellow_c", instance_id()); end; @@ -2936,7 +2935,7 @@ OnTouch: } 2@nyd,1,1,0 script ins_nyd2_spawn_mobs -1,{ -OnIntanceInit: +OnInstanceInit: areamonster "2@nyd",200,92,180,80,"Rhyncho",2020,20; areamonster "2@nyd",200,92,180,80,"Phylla",2021,20; areamonster "2@nyd",200,92,180,80,"Dark Shadow",2023,20; -- cgit v1.2.3-60-g2f50