From 0ebab9ba3a9dc84465440bd2a391f60688dcf87f Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 28 Jan 2024 00:16:03 +0100 Subject: DB/AreaTrigger: Implemented Power Word: Barrier (Discipline Priest) Closes #29624 Co-authored-by: ModoX --- sql/updates/world/master/2024_01_28_00_world.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/master/2024_01_28_00_world.sql (limited to 'sql') 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); -- cgit v1.2.3