diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 1 | ||||
-rw-r--r-- | npc/quests/juperos.txt | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index b4e24a1ee..ada185339 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -28,6 +28,7 @@ Nexon Date Added
======
04/12
+ * Fixed a typo in quests/juperos.txt [Playtester]
* Fixed Bio Lab spawns to official jRO [Playtester]
- Also included custom spawns for Bio Labs
(Floor 1 can't be accessed directly so it should be harder)
diff --git a/npc/quests/juperos.txt b/npc/quests/juperos.txt index 5933acda8..6e189c0e3 100644 --- a/npc/quests/juperos.txt +++ b/npc/quests/juperos.txt @@ -83,7 +83,7 @@ while(1) monster "juperos_02.gat",24,276,"1st Gate Switch",1674,1,"JuperosLvl2QuestInit::OnGate1Dead";
monster "juperos_02.gat",240,29,"2nd Gate Switch",1674,1,"JuperosLvl2QuestInit::OnGate2Dead";
- monster "juperos_02.gat",282,183,"3d Gate Switch",1674,1,"JuperosLvl2QuestInit::OnGate3Dead";
+ monster "juperos_02.gat",282,183,"3rd Gate Switch",1674,1,"JuperosLvl2QuestInit::OnGate3Dead";
end;
OnGate1Dead:
|