diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-25 03:15:39 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-25 03:15:39 -0300 |
commit | 1cceaad2d06910af235957b3d985f8cfaef9934d (patch) | |
tree | bb4a58082806fb0ba9b77c1c9f4e78ba30be46a1 /npc/003-3 | |
parent | 96836f051e8364fa5b0598fbaac4a2d2f9add60a (diff) | |
download | serverdata-1cceaad2d06910af235957b3d985f8cfaef9934d.tar.gz serverdata-1cceaad2d06910af235957b3d985f8cfaef9934d.tar.bz2 serverdata-1cceaad2d06910af235957b3d985f8cfaef9934d.tar.xz serverdata-1cceaad2d06910af235957b3d985f8cfaef9934d.zip |
Lua Quest 2-2: A Stable Income
Diffstat (limited to 'npc/003-3')
-rw-r--r-- | npc/003-3/malindou.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index bdd00cc06..56290a7a5 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -490,6 +490,7 @@ OnInit: ReplaceItemFromEveryPlayer(RiceHat, BullHelmet); DelItemFromEveryPlayer(SilverEasteregg); query_sql("UPDATE `quest` SET `count1` = '2' WHERE `quest`.`quest_id`="+General_Narrator+" AND `count1` = '3'"); + query_sql("UPDATE `quest` SET `count2` = '0' WHERE `quest`.`quest_id`="+General_Narrator+" AND `count1` = '2'"); debugmes ""; debugmes "* Bull Helmet Fix"; debugmes "* Remove Silver Easter Eggs"; |