mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-26 23:26:23 +00:00
Add (DB\Gameobject): Missing Bon Fires VOS (#10738)
Adds in missing Bon Fires in orgrimmar in valley of strength. Guids used were checked and are currently unused.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1645221713034760650');
|
||||
|
||||
DELETE FROM `gameobject` WHERE `guid` IN (6980,6982,6986,6989);
|
||||
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`) VALUES
|
||||
(6980, 177019, 1, 0, 0, 1, 1, 1592.37, -4427.32, 8.05301, 0.087267, 0, 0, 0.0436197, 0.999048, 900, 100, 1, '', 0),
|
||||
(6982, 177024, 1, 0, 0, 1, 1, 1555.5, -4355.75, 0.491264, 1.30027, 0, 0, 0.605294, 0.796002, 900, 100, 1, '', 0),
|
||||
(6986, 177020, 1, 0, 0, 1, 1, 1608.97, -4447.55, 8.13559, 1.30027, 0, 0, 0.605294, 0.796002, 900, 100, 1, '', 0),
|
||||
(6989, 177017, 1, 0, 0, 1, 1, 1510.94, -4433.99, 19.7736, 1.30073, 0, 0, 0.605477, 0.795863, 900, 100, 1, '', 0);
|
||||
Reference in New Issue
Block a user