From 4979cdee2e95009e9d43667504e4dfae11d07914 Mon Sep 17 00:00:00 2001 From: Dr-J Date: Fri, 1 May 2015 18:17:35 +0100 Subject: DB/Misc: Orgrim's Hammer and The Skybreaker marker npcs By @Killyana Fixes part #6186 --- sql/updates/world/2015_05_01_05_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2015_05_01_05_world.sql (limited to 'sql/updates') 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; -- cgit v1.2.3