diff options
Diffstat (limited to 'npc/019-1_Snow_field')
-rw-r--r-- | npc/019-1_Snow_field/monsters.txt | 2 | ||||
-rw-r--r-- | npc/019-1_Snow_field/santa.txt | 2 | ||||
-rw-r--r-- | npc/019-1_Snow_field/taro.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/npc/019-1_Snow_field/monsters.txt b/npc/019-1_Snow_field/monsters.txt index 607ade82..d41d63b3 100644 --- a/npc/019-1_Snow_field/monsters.txt +++ b/npc/019-1_Snow_field/monsters.txt @@ -1,4 +1,4 @@ -// Map: new_10-1 +// Map: 019-1 // This is the Snow Fields. // diff --git a/npc/019-1_Snow_field/santa.txt b/npc/019-1_Snow_field/santa.txt index c53ce55f..01481d67 100644 --- a/npc/019-1_Snow_field/santa.txt +++ b/npc/019-1_Snow_field/santa.txt @@ -1,4 +1,4 @@ -new_10-1.gat,74,75,0 script Santa 105,{ +019-1.gat,74,75,0 script Santa 105,{ if (ChristmasQuest2 == 1) goto done; mes "[Santa]"; mes "Ho ho ho."; diff --git a/npc/019-1_Snow_field/taro.txt b/npc/019-1_Snow_field/taro.txt index 00976aa4..cdd368e5 100644 --- a/npc/019-1_Snow_field/taro.txt +++ b/npc/019-1_Snow_field/taro.txt @@ -67,7 +67,7 @@ L_Tree: close; L_Warp: - warp "new_29-1.gat", 52, 45; + warp "014-1.gat", 52, 45; close; } |