From ea0e3aeba0c3fe28c2e8786d558a6359627c0c3f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 8 Mar 2019 15:38:38 -0300 Subject: Fix typo --- npc/017-3/dimonds.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc') diff --git a/npc/017-3/dimonds.txt b/npc/017-3/dimonds.txt index 0980d7d32..06980aae3 100644 --- a/npc/017-3/dimonds.txt +++ b/npc/017-3/dimonds.txt @@ -26,7 +26,7 @@ OnInit: 017-3,40,35,0 script Phil NPC_BARD_TRUMP,{ showavatar NPC_BARD_TRUMP; - if (season() == SEASON_SPRING) + if (season() == SPRING) goto L_Quest; mesn; mesq l("We've finally solved the problem with our instruments!"); @@ -48,7 +48,7 @@ OnInit: 017-3,40,37,0 script Jerry NPC_BARD_DRUMS,{ showavatar NPC_BARD_DRUMS; - if (season() == SEASON_SPRING) + if (season() == SPRING) goto L_Quest; mesn; mesq l("I finally figured out what was wrong. I must thank everyone who help us."); @@ -70,7 +70,7 @@ OnInit: 017-3,42,36,0 script Robert NPC_BARD_HARPS,{ showavatar NPC_BARD_HARPS; - if (season() == SEASON_SPRING) + if (season() == SPRING) goto L_Quest; mesn; mesq l("We held to our hope and Jerry figured it out."); -- cgit v1.2.3-60-g2f50