diff options
| author | Keader <keader.android@gmail.com> | 2020-11-05 12:05:14 -0300 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2022-02-28 23:46:41 +0100 |
| commit | 281aef7c40f2a222b1189bbd6573d020653673db (patch) | |
| tree | 93d6029e5b60f9245ff0b780e7c92e32166b20a9 /sql | |
| parent | 442824e807d82d8f97568b25501a8dffe8bbec71 (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
(cherry picked from commit 83e0a70ddce81ac3d3552689d975b0f2c0262b49)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2022_02_28_58_world_2020_11_05_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_02_28_58_world_2020_11_05_00_world.sql b/sql/updates/world/master/2022_02_28_58_world_2020_11_05_00_world.sql new file mode 100644 index 00000000000..db187f14675 --- /dev/null +++ b/sql/updates/world/master/2022_02_28_58_world_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'); |
