chore(DB): import pending files

Referenced commit(s): 31ea9f3aa4
This commit is contained in:
github-actions[bot] 2026-03-14 11:01:28 +00:00
parent 31ea9f3aa4
commit 8921b1f8a6
2 changed files with 2 additions and 0 deletions

View file

@ -1,3 +1,4 @@
-- DB update 2026_03_13_08 -> 2026_03_14_00
-- Update Spawn Time (check from retail) -- Update Spawn Time (check from retail)
UPDATE `creature` SET `spawntimesecs` = 240 WHERE (`id1` = 28406); UPDATE `creature` SET `spawntimesecs` = 240 WHERE (`id1` = 28406);

View file

@ -1,3 +1,4 @@
-- DB update 2026_03_14_00 -> 2026_03_14_01
-- Set Fly Waypoints. -- Set Fly Waypoints.
DELETE FROM `waypoints` WHERE `entry` IN (2840600, 2840601); DELETE FROM `waypoints` WHERE `entry` IN (2840600, 2840601);
INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `orientation`, `point_comment`) VALUES INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `orientation`, `point_comment`) VALUES