diff options
-rw-r--r-- | world/map/npc/030-2/eljas.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/world/map/npc/030-2/eljas.txt b/world/map/npc/030-2/eljas.txt index 93270299..9ad2c342 100644 --- a/world/map/npc/030-2/eljas.txt +++ b/world/map/npc/030-2/eljas.txt @@ -188,7 +188,8 @@ L_NotWelcome: mes "... You hear a voice calling your name ... "; mes "[Balthasar]"; mes "\"Come See me in the caves below.\""; - mes "\"go south till you reach the snowman. Then head into the cave to the east.\""; + if (!@xmas_knows_route) + mes "\"go south till you reach the snowman. Then head into the cave to the east.\""; warp "020-1",33,94; close; |