From 550d087d286c81ee63f563f570ced7b24a04cd2f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 2 Jun 2024 13:19:01 -0300 Subject: Invalidate Quest ID 0, so it hopefully errors from now on. --- npc/003-3/malindou.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'npc') diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index cd5e53cc4..acd12350a 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -983,6 +983,15 @@ OnInit: disablenpc "Lightbringer"; $UPDATE = 1702683000; } + // Current UPDATE value: Dom Jun 02 13:14:50 -03 2024 + // Replace ShipQuests_Julia ID + if ($UPDATE < 1717344890) { + query_sql("UPDATE `quest` SET `quest_id` = '4' WHERE `quest`.`quest_id` = '0'"); + $UPDATE=1717344890; + debugmes ""; + debugmes "* Invalidate quest ID 0"; + debugmes ""; + } // This mensures Contributors Credits, and changes only during updates. -- cgit v1.2.3-70-g09d2