diff options
author | Fate <fate-tmw@googlemail.com> | 2008-11-22 03:45:50 -0700 |
---|---|---|
committer | Fate <fate-tmw@googlemail.com> | 2008-11-22 03:45:50 -0700 |
commit | 8cae569d85aba62c966fcb657bac794b2f30b0d2 (patch) | |
tree | 04e42e2a0ddfa0869401c98e672ba347cc91776c /npc/019-1_Snow_field | |
parent | f2aa58baabb81281323c146d355a1317628afa4f (diff) | |
download | serverdata-8cae569d85aba62c966fcb657bac794b2f30b0d2.tar.gz serverdata-8cae569d85aba62c966fcb657bac794b2f30b0d2.tar.bz2 serverdata-8cae569d85aba62c966fcb657bac794b2f30b0d2.tar.xz serverdata-8cae569d85aba62c966fcb657bac794b2f30b0d2.zip |
Map name/warp/monster location fixes
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; } |