DB/AreaTrigger: Implemented Power Word: Barrier (Discipline Priest)

Closes #29624

Co-authored-by: ModoX <moardox@gmail.com>
This commit is contained in:
unknown
2024-01-28 00:16:03 +01:00
committed by ModoX
parent 9154199ddc
commit 0ebab9ba3a

View File

@@ -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);