From 7ebac6ec11549735b2d195b7fd4dd875a845fa89 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 3 Jun 2024 21:44:12 -0300 Subject: Prevent theoretical intif_parse_QuestLog error on Malindou --- npc/003-3/malindou.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index acd12350a..2a54bbfb3 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -984,8 +984,9 @@ OnInit: $UPDATE = 1702683000; } // Current UPDATE value: Dom Jun 02 13:14:50 -03 2024 - // Replace ShipQuests_Julia ID + // Replace ShipQuests_Julia ID, eliminate artifacts if needed if ($UPDATE < 1717344890) { + query_sql("DELETE FROM `quest` WHERE `quest`.`quest_id` = '4'"); query_sql("UPDATE `quest` SET `quest_id` = '4' WHERE `quest`.`quest_id` = '0'"); $UPDATE=1717344890; debugmes ""; -- cgit v1.2.3-70-g09d2