diff options
-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); |