Skip to content

Commit

Permalink
fix(DB/Gameobject): Sniffed Values for 187923 'Alliance Bonfire' (aze…
Browse files Browse the repository at this point in the history
  • Loading branch information
sudlud authored Nov 18, 2023
1 parent d05929b commit 52854a0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions data/sql/updates/pending_db_world/rev_1700253077457885100.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
-- Update gameobject 187923 'Alliance Bonfire' with sniffed values
-- updated spawns
DELETE FROM `gameobject` WHERE (`id` = 187923) AND (`guid` IN (76340));
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
(76340, 187923, 1, 0, 0, 1, 1, 6327.68212890625, 512.60986328125, 17.47229766845703125, 0.034906249493360519, 0, 0, 0.017452239990234375, 0.999847710132598876, 120, 255, 1, "", 50063, NULL);

DELETE FROM `game_event_gameobject` WHERE (`eventEntry` = 1) AND (`guid` IN (76340));
INSERT INTO `game_event_gameobject` (`eventEntry`,`guid`) VALUES
(1, 76340);

0 comments on commit 52854a0

Please sign in to comment.