chore(DB): import pending files

Referenced commit(s): b9f2d9e5dd
This commit is contained in:
github-actions[bot]
2026-07-12 09:28:51 +00:00
parent 8f3c8e1453
commit f073b68b66
2 changed files with 2 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
-- DB update 2026_07_11_00 -> 2026_07_12_00
DELETE FROM `gameobject_template` WHERE `entry` = 301337;
DELETE FROM `gameobject_template_addon` WHERE `entry` = 301337;
DELETE FROM `gameobject_template_locale` WHERE `entry` = 301337;

View File

@@ -1,3 +1,4 @@
-- DB update 2026_07_12_00 -> 2026_07_12_01
DELETE FROM `areatrigger_teleport` WHERE `ID` = 5206;
INSERT INTO `areatrigger_teleport` (`ID`, `Name`, `target_map`, `target_position_x`, `target_position_y`, `target_position_z`, `target_orientation`) VALUES
(5206, 'Gundrak (North Entrance)', 604, 1882.32, 631.027, 176.696, 3.1415927);