aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorKeader <keader.android@gmail.com>2020-11-05 12:05:14 -0300
committerKeader <keader.android@gmail.com>2020-11-05 12:05:14 -0300
commit83e0a70ddce81ac3d3552689d975b0f2c0262b49 (patch)
tree8479f1f00cef89909a253cb2a989ffe2090cf67c /sql/updates
parentc2a0b78a051ea3301d8769b2c11fae00e14fe095 (diff)
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
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/3.3.5/2020_11_05_00_world.sql4
1 files changed, 4 insertions, 0 deletions
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');