summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/quest_db.conf11
-rw-r--r--npc/003-3/malindou.txt9
2 files changed, 14 insertions, 6 deletions
diff --git a/db/quest_db.conf b/db/quest_db.conf
index 9a4be7b29..6fe28eafa 100644
--- a/db/quest_db.conf
+++ b/db/quest_db.conf
@@ -25,11 +25,7 @@ quest_db: (
},
******************************************************************************/
-// ID 0 to 10: Prologue quests
-{
- Id: 0
- Name: "ShipQuests_Julia"
-},
+// ID 1 to 10: Prologue quests
{
Id: 1
Name: "ShipQuests_Arpan"
@@ -42,7 +38,10 @@ quest_db: (
Id: 3
Name: "ShipQuests_Peter"
},
-// ID 4 is free
+{
+ Id: 4
+ Name: "ShipQuests_Julia"
+},
{
Id: 5
Name: "ShipQuests_Knife"
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.