mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
DB/Spawns: Adjust spawn positions for Welcome! questenders
Closes #20469 For 3.3.5 only
This commit is contained in:
7
sql/updates/world/3.3.5/2017_09_30_02_world_335.sql
Normal file
7
sql/updates/world/3.3.5/2017_09_30_02_world_335.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
--
|
||||
UPDATE `creature` SET `position_x`=-4173.15, `position_y`=-12499.19, `position_z`=45.3233, `orientation`=0.396613 WHERE `id`=16476;
|
||||
UPDATE `creature_template_addon` SET `bytes1`=1 WHERE `entry`=16476;
|
||||
UPDATE `creature` SET `position_x`=-9478.8994, `position_y`=49.9652, `position_z`=57.3130, `orientation`=6.1665 WHERE `id`=11940;
|
||||
UPDATE `creature` SET `position_x`=-5592.9487, `position_y`=-529.9185, `position_z`=399.6527, `orientation`=1.6284 WHERE `id`=11941;
|
||||
UPDATE `creature` SET `position_x`=9507.1914, `position_y`=-6801.1182, `position_z`=16.4921, `orientation`=6.0033 WHERE `id`=15493;
|
||||
UPDATE `creature` SET `position_x`=327.5736, `position_y`=-4682.9253, `position_z`=16.4578, `orientation`=5.8253 WHERE `id`=11943;
|
||||
Reference in New Issue
Block a user