From 1d63c1899b5a6cb2d74c2cb6ff18bb236513e264 Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Tue, 11 Jun 2013 08:12:33 +0200 Subject: Remove some slipped debug lines in Blossom and flowerpentagram5. --- world/map/npc/012-1/shops.txt | 2 -- world/map/npc/056-1/flowerpentagram5.txt | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'world') diff --git a/world/map/npc/012-1/shops.txt b/world/map/npc/012-1/shops.txt index 67c477e8..e29e33d9 100644 --- a/world/map/npc/012-1/shops.txt +++ b/world/map/npc/012-1/shops.txt @@ -26,7 +26,6 @@ L_RoseHat: "A orange one.", -, "A blue one.", -; set @have_id, @base_id + @menu - 1; - mes "@have_id: " + @have_id; mes "[Blossom]"; mes "\"And which color would you like?\""; @@ -38,7 +37,6 @@ L_RoseHat: "A orange one.", -, "A blue one.", -; set @receive_id, @base_id + @menu - 1; - mes "@receive_id: " + @receive_id; if (@have_id == @receive_id) goto L_SameColor; diff --git a/world/map/npc/056-1/flowerpentagram5.txt b/world/map/npc/056-1/flowerpentagram5.txt index 4650d426..532bc6eb 100644 --- a/world/map/npc/056-1/flowerpentagram5.txt +++ b/world/map/npc/056-1/flowerpentagram5.txt @@ -2,7 +2,7 @@ // $@Flower_Pentagram_Time saves the time when the last summoning happened 056-1.gat,62,31,0|script|#FlowerPentagram5|400,{ -goto L_Place; + if (OrumQuest >= 31) goto L_PlacedFifthFlower; if (OrumQuest == 30) goto L_FifthFlower; -- cgit v1.2.3-60-g2f50