fix(DB/Gameobject): Sniffed Values for 187919 'Alliance Bonfire' (#17751)
This commit is contained in:
parent
e7d136fe62
commit
b9dcd3e802
1 changed files with 9 additions and 0 deletions
|
|
@ -0,0 +1,9 @@
|
|||
-- Update gameobject 187919 'Alliance Bonfire' with sniffed values
|
||||
-- updated spawns
|
||||
DELETE FROM `gameobject` WHERE (`id` = 187919) AND (`guid` IN (76356));
|
||||
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
|
||||
(76356, 187919, 530, 0, 0, 1, 1, 2019.80322265625, 6580.18603515625, 134.36187744140625, 1.937312245368957519, 0, 0, 0.824125289916992187, 0.566407561302185058, 120, 255, 1, "", 50172, NULL);
|
||||
|
||||
DELETE FROM `game_event_gameobject` WHERE (`eventEntry` = 1) AND (`guid` IN (76356));
|
||||
INSERT INTO `game_event_gameobject` (`eventEntry`,`guid`) VALUES
|
||||
(1, 76356);
|
||||
Loading…
Add table
Add a link
Reference in a new issue