summaryrefslogtreecommitdiff
path: root/npc/instances
diff options
context:
space:
mode:
authorbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-09-03 21:49:18 +0000
committerbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-09-03 21:49:18 +0000
commit9451fcffdc20b9f3195c82bdb74806698f1509bc (patch)
tree265c2dd1ab4acd7f59326463569788ea14101c41 /npc/instances
parent6dac9ce89876279f0c930f7b0ef5da801030e836 (diff)
downloadhercules-9451fcffdc20b9f3195c82bdb74806698f1509bc.tar.gz
hercules-9451fcffdc20b9f3195c82bdb74806698f1509bc.tar.bz2
hercules-9451fcffdc20b9f3195c82bdb74806698f1509bc.tar.xz
hercules-9451fcffdc20b9f3195c82bdb74806698f1509bc.zip
- 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
Diffstat (limited to 'npc/instances')
-rw-r--r--npc/instances/NydhoggsNest.txt7
1 files changed, 3 insertions, 4 deletions
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;