diff options
Diffstat (limited to 'world')
-rw-r--r-- | world/map/npc/069-2/wizard.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/world/map/npc/069-2/wizard.txt b/world/map/npc/069-2/wizard.txt index 8f2980ee..5bb6f4e1 100644 --- a/world/map/npc/069-2/wizard.txt +++ b/world/map/npc/069-2/wizard.txt @@ -137,8 +137,9 @@ L_Doomsday: mes "\"...The Doomsday was a fierce battle. If you go there alone, you definitely will die. You should make a party and bring them all here, then I'll consider helping you.\""; next; mes "[Rodium]"; - mes "\"##1##BNote: Sorry, Jesusalva broke the time again. Guess he is late to take a bus! Oh dear, these things happen, but I guess that to see the past... You must wait for the future...##b##0\""; - if (GM > G_DEV) goto L_Warp; + mes "\"##1##BBut... not yet. The time wheel is broken again! Oh dear, these things happen, but I guess that to see the past... You must wait for the future...##b##0\""; + if (debug) goto L_Warp; + if (GM >= G_EVENT) goto L_Warp; goto L_Menu2; L_Warp: |