diff options
author | Dr-J <daniel.jarrott0@gmail.com> | 2015-05-01 18:17:35 +0100 |
---|---|---|
committer | Dr-J <daniel.jarrott0@gmail.com> | 2015-05-01 18:17:35 +0100 |
commit | 4979cdee2e95009e9d43667504e4dfae11d07914 (patch) | |
tree | 613d97b1cd936c455b4efef2166e02c930614fbb | |
parent | 5745c880fdbaa69de619263884c8f690c2bd044b (diff) |
DB/Misc: Orgrim's Hammer and The Skybreaker marker npcs
By @Killyana
Fixes part #6186
-rw-r--r-- | sql/updates/world/2015_05_01_05_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2015_05_01_05_world.sql b/sql/updates/world/2015_05_01_05_world.sql new file mode 100644 index 00000000000..a7a4edc673b --- /dev/null +++ b/sql/updates/world/2015_05_01_05_world.sql @@ -0,0 +1,2 @@ +UPDATE `creature` SET `Map`=622, `position_x`=-3.57706, `position_y`=0.507499, `position_z`=34.0151, `spawndist`=0, `MovementType`=0 WHERE `guid`=134846; +UPDATE `creature` SET `Map`=623, `position_x`=6.08656, `position_y`=-0.107499, `position_z`=20.5756, `spawndist`=0, `MovementType`=0 WHERE `guid`=134847; |