chore(DB): import pending files

Referenced commit(s): 8844bcf6cf
This commit is contained in:
github-actions[bot]
2024-01-14 14:08:26 +00:00
parent 8720e08da8
commit e8c45a447f
3 changed files with 3 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
-- DB update 2024_01_14_07 -> 2024_01_14_08
-- Move GameObjectScript go_midsummer_bonfire to SAI
-- Alliance Bonfires
SET @GO1 := 187944;

View File

@@ -1,3 +1,4 @@
-- DB update 2024_01_14_08 -> 2024_01_14_09
-- Update gameobject 180665 'Draconic for Dummies' with sniffed values
DELETE FROM `gameobject` WHERE (`id` = 180665) AND (`guid` IN (268645));
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`, `Comment`) VALUES

View File

@@ -1,3 +1,4 @@
-- DB update 2024_01_14_09 -> 2024_01_14_10
-- Update gameobject 181305 'Camp Table' with sniffed values
-- updated spawns
DELETE FROM `gameobject` WHERE (`id` = 181305) AND (`guid` IN (150733, 150864, 150990, 151007, 151023, 17822, 17848, 21480, 50811, 50812, 50813, 50814, 50815, 50816, 50817, 50818, 50819, 50820, 50821, 50822, 50823, 50824, 50825, 50826, 50827, 50829, 50830, 50831, 50832, 50833, 50834, 50835, 50836, 50837, 50838, 50839, 50840, 50841, 50842, 50843, 50844, 50846, 50847, 50848, 50849, 70543, 70576));