diff options
-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; |