mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/AreaTrigger: Implemented Power Word: Barrier (Discipline Priest)
Closes #29624 Co-authored-by: ModoX <moardox@gmail.com>
This commit is contained in:
6
sql/updates/world/master/2024_01_28_00_world.sql
Normal file
6
sql/updates/world/master/2024_01_28_00_world.sql
Normal 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);
|
||||
Reference in New Issue
Block a user