mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 19:05:42 +00:00
fix(DB/Object): Reduce dark iron pillow respawn time (#7427)
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1629295484385297983');
|
||||
|
||||
DELETE FROM `gameobject` WHERE (`id` = 179828) AND (`guid` IN (6974, 6976, 6991, 6995, 7003, 7005, 7006, 7009));
|
||||
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
|
||||
(6974, 179828, 0, 0, 0, 1, 1, -6508.78, -1365.26, 212.859, 0.645772, 0, 0, 0.317305, 0.948324, 150, 100, 1, '', 0),
|
||||
(6976, 179828, 0, 0, 0, 1, 1, -6570.39, -1332.69, 212.095, -0.907571, 0, 0, 0.438371, -0.898794, 150, 100, 1, '', 0),
|
||||
(6991, 179828, 0, 0, 0, 1, 1, -6518.08, -1341.7, 210.242, 2.84489, 0, 0, 0.989016, 0.147809, 150, 100, 1, '', 0),
|
||||
(6995, 179828, 0, 0, 0, 1, 1, -6576.94, -1319.12, 210.249, -0.244346, 0, 0, 0.121869, -0.992546, 150, 100, 1, '', 0),
|
||||
(7003, 179828, 0, 0, 0, 1, 1, -6572.96, -1327.58, 212.095, -2.72271, 0, 0, 0.978148, -0.207912, 150, 100, 1, '', 0),
|
||||
(7005, 179828, 0, 0, 0, 1, 1, -6562.07, -1344.44, 212.619, 1.25664, 0, 0, 0.587785, 0.809017, 150, 100, 1, '', 0),
|
||||
(7006, 179828, 0, 0, 0, 1, 1, -6558.36, -1347.93, 210.26, -2.93215, 0, 0, 0.994522, -0.104529, 150, 100, 1, '', 0),
|
||||
(7009, 179828, 0, 0, 0, 1, 1, -6551.49, -1318.46, 210.419, 0.698132, 0, 0, 0.34202, 0.939693, 150, 100, 1, '', 0);
|
||||
|
||||
Reference in New Issue
Block a user