From da0e2c27675b68931b9c493bf953f3016e92c041 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sat, 24 Feb 2024 17:13:03 +0100 Subject: DB/Quest: A Spirit Ally stop spaming infinite amount of Feralfen Serpent Spirit updates #20126 by offl --- sql/updates/world/3.3.5/2024_02_24_06_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2024_02_24_06_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2024_02_24_06_world.sql b/sql/updates/world/3.3.5/2024_02_24_06_world.sql new file mode 100644 index 00000000000..c7394c80550 --- /dev/null +++ b/sql/updates/world/3.3.5/2024_02_24_06_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=17 AND `SourceEntry`=32037; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(17,0,32037,0,0,29,0,18185,40,0,1,0,0,"","Place Feralfen Totem"); -- cgit v1.2.3