From 94bd617a709d38ec35781daa789b30c9ad413ba5 Mon Sep 17 00:00:00 2001 From: IntelligentQuantum Date: Wed, 20 Nov 2024 12:51:15 +0330 Subject: [PATCH] fix(DB/Conditions): Mana Remnants can be used only near Crystal Wards (#20647) --- .../updates/pending_db_world/rev_1732080184310717121.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1732080184310717121.sql diff --git a/data/sql/updates/pending_db_world/rev_1732080184310717121.sql b/data/sql/updates/pending_db_world/rev_1732080184310717121.sql new file mode 100644 index 000000000..4469f74ad --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1732080184310717121.sql @@ -0,0 +1,6 @@ +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 17 AND `SourceEntry` = 44969; + +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) +VALUES +(17, 0, 44969, 0, 0, 29, 0, 24980, 15, 0, 0, 0, 0, '', 'Must be near Crystal Ward'); +