mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-25 11:21:58 +01:00
DB/Creature: Fix some npcs position in Eastern Plaguelands
This commit is contained in:
5
sql/updates/world/3.3.5/2018_08_22_00_world_335.sql
Normal file
5
sql/updates/world/3.3.5/2018_08_22_00_world_335.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
--
|
||||
UPDATE `creature` SET `position_x`=3294.252, `position_y`=-3087.255, `position_z`=158.25 WHERE `guid`=84786;
|
||||
UPDATE `creature` SET `position_x`=3275.445, `position_y`=-3128.624, `position_z`=156.78 WHERE `guid`=86295;
|
||||
UPDATE `creature` SET `position_x`=3233.312, `position_y`=-3156.763, `position_z`=151.23 WHERE `guid`=69692;
|
||||
UPDATE `creature` SET `position_x`=3285.249, `position_y`=-3139.968, `position_z`=153.65 WHERE `guid`=91830;
|
||||
Reference in New Issue
Block a user