chore(DB): import pending files

Referenced commit(s): d627e19649
This commit is contained in:
AzerothCoreBot
2022-08-07 17:53:58 +00:00
parent d627e19649
commit a9b71f22af

View File

@@ -0,0 +1,9 @@
-- DB update 2022_08_07_04 -> 2022_08_07_05
DELETE FROM `gameobject` WHERE `id` = 176966;
INSERT INTO `gameobject` (`id`, `map`, `zoneId`, `areaId`,
`spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`,
`orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`,
`spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`)
VALUES (176966, 469, 0, 0, 1, 1, -7488.1, -1150.7, 476.535, 3.73064, -0.0,
-0.0, -0.95694, 0.290285, 300, 0, 1, 'Nefarian\'s Gate', 0);
UPDATE `gameobject_template_addon` SET `flags` = `flags`|16 WHERE `entry` = 176966;