diff options
Diffstat (limited to 'npc/019-4-1')
-rw-r--r-- | npc/019-4-1/chief.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/019-4-1/chief.txt b/npc/019-4-1/chief.txt index 605f056c3..a4223c122 100644 --- a/npc/019-4-1/chief.txt +++ b/npc/019-4-1/chief.txt @@ -31,7 +31,7 @@ mes("5."+.@name$[4]+" ("+.@value[4]+")"); next; - .@nb = query_sql("SELECT c.name, i.count3 FROM `quest` AS i, `char` AS c WHERE i.quest_id="+SQuest_Christmas+" AND i.char_id=c.char_id ORDER BY i.count2 DESC LIMIT 5", .@name$, .@value); + .@nb = query_sql("SELECT c.name, i.count3 FROM `quest` AS i, `char` AS c WHERE i.quest_id="+SQuest_Christmas+" AND i.char_id=c.char_id ORDER BY i.count3 DESC LIMIT 5", .@name$, .@value); mes "##B"+l("Top 5 - Golbarez Seasonal Quest")+"##b"; mes("1."+.@name$[0]+" ("+.@value[0]+" GP)"); @@ -63,7 +63,7 @@ L_Reward: inventoryplace NPCEyes, 5, Iten, 1; .@q1=getq2(SQuest_Christmas); .@q2=getq3(SQuest_Christmas); - setq SQuest_Christmas, 0, 0, 0; + setq1 SQuest_Christmas, 0; /* Handle Christmas Quest Rewards */ /* The top 5 gets special rewards! */ @@ -84,7 +84,7 @@ L_Reward: getitem XmasGift, 1; if (strcharinfo(0) == .@name$[0]) - mesc l("You gained a @@ for the #1 place on the event. Remember to feed it @@, or it may run away from you.", getitemlink(Milk)); + mesc l("You gained a @@ for the #1 place on the event. Remember to feed it @@, or it may run away from you.", getitemlink(CattyCat), getitemlink(Milk)); ///////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////// |