chore(DB): import pending files

Referenced commit(s): a933dabfec
This commit is contained in:
github-actions[bot]
2026-03-01 02:37:44 +00:00
parent 70ca6d238e
commit 41c04288c9
3 changed files with 3 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
-- DB update 2026_02_28_09 -> 2026_03_01_00
-- Update gameobject 'Thunder Ale' with sniffed values
-- new spawns
DELETE FROM `gameobject` WHERE (`id` IN (369)) AND (`guid` IN (55));

View File

@@ -1,3 +1,4 @@
-- DB update 2026_03_01_00 -> 2026_03_01_01
--
DELETE FROM `gameobject_summon_groups` WHERE `summonerId` = 30871 AND `summonerType` = 0;
INSERT INTO `gameobject_summon_groups` (`summonerId`, `summonerType`, `groupId`, `entry`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `respawnTime`, `Comment`) VALUES

View File

@@ -1,3 +1,4 @@
-- DB update 2026_03_01_01 -> 2026_03_01_02
-- Update gameobject 'Black Smoke - scale 2' with sniffed values
-- new spawns
DELETE FROM `gameobject` WHERE (`id` IN (965)) AND (`guid` IN (195, 196));