diff options
| author | Wyreth <Wyreth@users.noreply.github.com> | 2017-09-30 15:39:00 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2017-09-30 15:39:00 +0200 |
| commit | eae00e4437d7d224f34cae3ab215ccec91999322 (patch) | |
| tree | 874ecf4021254fb9c6c8233a2fbb0482e18f3106 /sql/updates | |
| parent | 860e01eb28519238017f7451e343b462d62c46d4 (diff) | |
DB/Spawns: Adjust spawn positions for Welcome! questenders
Closes #20469
For 3.3.5 only
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/3.3.5/2017_09_30_02_world_335.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_09_30_02_world_335.sql b/sql/updates/world/3.3.5/2017_09_30_02_world_335.sql new file mode 100644 index 00000000000..0bf49cf9f1e --- /dev/null +++ b/sql/updates/world/3.3.5/2017_09_30_02_world_335.sql @@ -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; |
