mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 12:47:07 +00:00
fix(DB/Gameobject): Replace all The Eye gameobjects (#19347)
* Create rev_1720395872346487800.sql * Update rev_1720395872346487800.sql
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
--
|
||||
SET @OGUID := 11154;
|
||||
|
||||
DELETE FROM `gameobject` WHERE `map` = 550 AND `id` IN (184069,184325,184597,184324,184596,184327,184326,184329,184328);
|
||||
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
|
||||
(@OGUID+0, 184069, 550, 3845, 3845, 1, 1, 743.056640625, 4.634430885314941406, 137.7958526611328125, 3.141592741012573242, 0, 0, -1, 0, 7200, 255, 0, 50791),
|
||||
(@OGUID+1, 184325, 550, 3845, 3845, 1, 1, 676.5166015625, -44.5224761962890625, 48.28133010864257812, 2.530723094940185546, 0, 0, 0.953716278076171875, 0.300707906484603881, 7200, 255, 0, 50791),
|
||||
(@OGUID+2, 184597, 550, 3845, 3845, 1, 1, 744.0447998046875, 42.35361862182617187, 46.66099929809570312, 3.141592741012573242, 0, 0, -1, 0, 7200, 255, 0, 50791),
|
||||
(@OGUID+3, 184324, 550, 3845, 3845, 1, 1, 676.698486328125, 43.16431427001953125, 48.28136062622070312, 0.610865473747253417, 0, 0, 0.300705909729003906, 0.953716933727264404, 7200, 255, 0, 50791),
|
||||
(@OGUID+4, 184596, 550, 3845, 3845, 1, 1, 744.04461669921875, -44.6344795227050781, 46.66096878051757812, 3.141592741012573242, 0, 0, -1, 0, 7200, 255, 0, 50791),
|
||||
(@OGUID+5, 184327, 550, 3845, 3845, 1, 1, 544.5379638671875, -143.139236450195312, 26.34531021118164062, 3.403396368026733398, 0, 0, -0.99144458770751953, 0.130528271198272705, 7200, 255, 0, 50791),
|
||||
(@OGUID+6, 184326, 550, 3845, 3845, 1, 1, 654.1446533203125, -76.8280258178710937, 48.19501495361328125, 2.530723094940185546, 0, 0, 0.953716278076171875, 0.300707906484603881, 7200, 255, 0, 50791),
|
||||
(@OGUID+7, 184329, 550, 3845, 3845, 1, 1, 544.62628173828125, 141.8879852294921875, 26.34531021118164062, 2.879789113998413085, 0, 0, 0.991444587707519531, 0.130528271198272705, 7200, 255, 0, 50791),
|
||||
(@OGUID+8, 184328, 550, 3845, 3845, 1, 1, 654.129150390625, 75.33162689208984375, 48.19504547119140625, 0.610865473747253417, 0, 0, 0.300705909729003906, 0.953716933727264404, 7200, 255, 0, 50791);
|
||||
Reference in New Issue
Block a user