mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-03-09 10:40:28 +00:00
@@ -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));
|
||||
Reference in New Issue
Block a user