From 8c44eb3887549bacbede2026e66e20c7fa624297 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 15 Dec 2018 22:27:21 -0200 Subject: Final bugfixes for Christmas - I hope. --- npc/019-4-1/chief.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/019-4-1') 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)); ///////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////// -- cgit v1.2.3-60-g2f50