diff options
author | unknown <mematoru@gmail.com> | 2024-01-28 00:16:03 +0100 |
---|---|---|
committer | ModoX <moardox@gmail.com> | 2024-01-28 00:16:03 +0100 |
commit | 0ebab9ba3a9dc84465440bd2a391f60688dcf87f (patch) | |
tree | 7abb363af84b22e08ec52d698b410478af5c73e6 | |
parent | 9154199ddcdddac2d92c70972ac3f6aad8d7ab5d (diff) |
DB/AreaTrigger: Implemented Power Word: Barrier (Discipline Priest)
Closes #29624
Co-authored-by: ModoX <moardox@gmail.com>
-rw-r--r-- | sql/updates/world/master/2024_01_28_00_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_01_28_00_world.sql b/sql/updates/world/master/2024_01_28_00_world.sql new file mode 100644 index 00000000000..f0f564d1227 --- /dev/null +++ b/sql/updates/world/master/2024_01_28_00_world.sql @@ -0,0 +1,6 @@ +UPDATE `areatrigger_template` SET `VerifiedBuild`=53040 WHERE (`Id`=5802 AND `IsCustom`=0); +UPDATE `areatrigger_create_properties` SET `VerifiedBuild`=53040 WHERE (`Id`=1489 AND `IsCustom`=0); + +DELETE FROM `areatrigger_template_actions` WHERE `AreaTriggerId`=5802 AND `IsCustom`=0; +INSERT INTO `areatrigger_template_actions` (`AreaTriggerId`, `IsCustom`, `ActionType`, `ActionParam`, `TargetType`) VALUES +(5802, 0, 1, 81782, 1); |