mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
DB/Creature: Set correct Position Z height of some more Orgrimmar NPCs
This commit is contained in:
7
sql/updates/world/3.3.5/2017_05_03_00_world_335.sql
Normal file
7
sql/updates/world/3.3.5/2017_05_03_00_world_335.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- Update more Orgrimmar positions
|
||||
UPDATE `creature` SET `position_z`=23.4949 WHERE `guid`=86237;
|
||||
UPDATE `creature` SET `position_z`=50.5901 WHERE `guid`=6614;
|
||||
UPDATE `creature` SET `position_z`=50.7744 WHERE `guid`=6615;
|
||||
UPDATE `creature` SET `position_z`=49.9817 WHERE `guid`=6616;
|
||||
UPDATE `creature` SET `position_z`=49.9269 WHERE `guid`=6619;
|
||||
UPDATE `creature` SET `position_z`=50.3412 WHERE `guid`=4677;
|
||||
Reference in New Issue
Block a user