parent
70ca6d238e
commit
41c04288c9
3 changed files with 3 additions and 0 deletions
|
|
@ -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));
|
||||
|
|
@ -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
|
||||
|
|
@ -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));
|
||||
Loading…
Add table
Add a link
Reference in a new issue