From 83e0a70ddce81ac3d3552689d975b0f2c0262b49 Mon Sep 17 00:00:00 2001 From: Keader Date: Thu, 5 Nov 2020 12:05:14 -0300 Subject: Scripts/Black Temple: Some little fixes - Fixed Reliquary of Souls ignoring boundary - Fixed Maiev texts timer - Fixed Shadow Prison hitting every single npc on black temple Many thanks to Ovahlord --- sql/updates/world/3.3.5/2020_11_05_00_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_11_05_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2020_11_05_00_world.sql b/sql/updates/world/3.3.5/2020_11_05_00_world.sql new file mode 100644 index 00000000000..db187f14675 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_11_05_00_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `conditions` WHERE `SourceEntry`= 40647 AND `SourceTypeOrReferenceId`= 13; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ScriptName`, `Comment`) VALUES +(13, 4, 40647, 0, 0, 31, 0, 3, 23089, 0, 0, 0, '', 'Shadow Prison - Target Akama'); -- cgit v1.2.3