diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-08 15:38:38 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-08 15:38:38 -0300 |
commit | ea0e3aeba0c3fe28c2e8786d558a6359627c0c3f (patch) | |
tree | e66fdf83640d6c5ef1574236d2f9f8ae4a4252fa | |
parent | 1523eeb076494c9cdf822cb30f2ec74a62ec0fad (diff) | |
download | serverdata-ea0e3aeba0c3fe28c2e8786d558a6359627c0c3f.tar.gz serverdata-ea0e3aeba0c3fe28c2e8786d558a6359627c0c3f.tar.bz2 serverdata-ea0e3aeba0c3fe28c2e8786d558a6359627c0c3f.tar.xz serverdata-ea0e3aeba0c3fe28c2e8786d558a6359627c0c3f.zip |
Fix typo
-rw-r--r-- | npc/017-3/dimonds.txt | 6 |
1 files changed, 3 insertions, 3 deletions
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."); |