From 3b20188d209db6f0e1a2f9ddbdf48b1c7db859b9 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 26 Apr 2019 02:12:57 -0300 Subject: Ops! Nearly forgot a bug on Arkim! --- npc/003-3/malindou.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'npc/003-3') diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index 687d916ed..fe0e92edd 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -294,10 +294,14 @@ OnInit: // Current UPDATE value: Sex Abr 26 00:12:35 -03 2019 // Monster King & Main Storyline System if ($UPDATE < 1556248355) { + query_sql("UPDATE `quest` SET `count3` = '0' WHERE `quest`.`quest_id`="+HurnscaldQuest_Arkim); + query_sql("UPDATE `quest` SET `count2` = '0' WHERE `quest`.`quest_id`="+HurnscaldQuest_Arkim); $GAME_STORYLINE=2; + $UPDATE=1556248355; debugmes ""; debugmes "* Main Storyline system updated"; + debugmes "* Arkim updated"; debugmes ""; donpcevent "@mkdbg::OnMsg1to2"; } -- cgit v1.2.3-60-g2f50