diff options
author | Ecuador-ManaWorld <Ecuador@email.com> | 2020-01-30 21:46:58 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-30 13:16:58 -0300 |
commit | 30f6a32fb3ecdc1f6c6935e5d5b0880dcd7e690a (patch) | |
tree | f0b93109b8b08fd18ab7c9e0b35fc7c2731b455a /world | |
parent | 6fa276b4d2709f2078c94b1f48a8e708a06d2731 (diff) | |
download | serverdata-30f6a32fb3ecdc1f6c6935e5d5b0880dcd7e690a.tar.gz serverdata-30f6a32fb3ecdc1f6c6935e5d5b0880dcd7e690a.tar.bz2 serverdata-30f6a32fb3ecdc1f6c6935e5d5b0880dcd7e690a.tar.xz serverdata-30f6a32fb3ecdc1f6c6935e5d5b0880dcd7e690a.zip |
Minor corrections (#532)
Related to Snowman Quest.
Diffstat (limited to 'world')
-rw-r--r-- | world/map/npc/030-2/eljas.txt | 2 | ||||
-rw-r--r-- | world/map/npc/annuals/xmas/barriers.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/030-2/eljas.txt b/world/map/npc/030-2/eljas.txt index 76f1204f..09e549e7 100644 --- a/world/map/npc/030-2/eljas.txt +++ b/world/map/npc/030-2/eljas.txt @@ -188,7 +188,7 @@ L_NotWelcome: mes "... You hear a voice calling your name ... "; mes "[Orum's Homunculus]"; mes "\"Come See me in the caves below.\""; - mes "\"go south till you reach the snoman. Then head into the cave to the east.\""; + mes "\"go south till you reach the snowman. Then head into the cave to the east.\""; warp "020-1",33,94; close; diff --git a/world/map/npc/annuals/xmas/barriers.txt b/world/map/npc/annuals/xmas/barriers.txt index 6bb1e082..8460e7bf 100644 --- a/world/map/npc/annuals/xmas/barriers.txt +++ b/world/map/npc/annuals/xmas/barriers.txt @@ -18,7 +18,7 @@ L_Hint: message strcharinfo(0), "I said get out! We've got no time for your kind here."; mes "[Orum's Homunculus]"; mes "\"What are you doing? Come, see me in the caves below!\""; - mes "\"I said go north till you reach the snowman. Then head into the cave to the east.\""; + mes "\"I said go south till you reach the snowman. Then head into the cave to the east.\""; close2; warp "020-1",33,94; set @getout, 1; |