diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-09-17 11:06:17 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-09-17 11:06:17 -0300 |
commit | 63cb192e6b9d1bf4d43829d407890e6e1f3d6f90 (patch) | |
tree | e52cdf716c9d411b9f532acda98388da5f2a29f0 /npc/003-3 | |
parent | 12f81ab4483724f8a363864196a484bf3089be8b (diff) | |
download | serverdata-63cb192e6b9d1bf4d43829d407890e6e1f3d6f90.tar.gz serverdata-63cb192e6b9d1bf4d43829d407890e6e1f3d6f90.tar.bz2 serverdata-63cb192e6b9d1bf4d43829d407890e6e1f3d6f90.tar.xz serverdata-63cb192e6b9d1bf4d43829d407890e6e1f3d6f90.zip |
Fix Platinum Ingot & Iron Ingot sell prices based on @demure report
Diffstat (limited to 'npc/003-3')
-rw-r--r-- | npc/003-3/malindou.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index 564524f83..338062eaa 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -111,7 +111,7 @@ OnInit: debugmes ""; debugmes "* My Money quest state modified"; debugmes "* Foxhound Famine quest state modified"; - debugmes "* Life Delight quest state modified"; // Aka. A True Chef + debugmes "* Life Delight quest state modified"; // “A True Chef” is the LoF version of this quest debugmes ""; query_sql("UPDATE `quest` SET `count1` = '1' WHERE `quest`.`quest_id`="+ShipQuests_ArpanMoney+" AND `count1` = '2'"); query_sql("UPDATE `quest` SET `count2` = `count1` WHERE `quest`.`quest_id`="+HalinarzoQuest_Foxhound+" AND `count1` >= '6'"); |