Skip to content

Commit

Permalink
- Fixed a typo in Nidhoggr's Nest. (bugreport:5041)
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14952 54d463be-8e91-2dee-dedb-b68131a5f0ec
  • Loading branch information
brianluau committed Sep 3, 2011
1 parent 1a369e2 commit df757a0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions 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: =====================================
Expand Down Expand Up @@ -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;

Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit df757a0

Please sign in to comment.