From 3d9f997478cc95592c121675a2daabbb6074a551 Mon Sep 17 00:00:00 2001 From: Killyana Date: Sun, 17 Jan 2016 18:17:38 +0100 Subject: DB/Creature: Remove duplicate spawn for Dreadfang Widow By @Saben65 Closes #16140 --- sql/updates/world/2016_01_17_13_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2016_01_17_13_world.sql (limited to 'sql') diff --git a/sql/updates/world/2016_01_17_13_world.sql b/sql/updates/world/2016_01_17_13_world.sql new file mode 100644 index 00000000000..163aa3fb659 --- /dev/null +++ b/sql/updates/world/2016_01_17_13_world.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `creature` WHERE `guid`=66270; +UPDATE `creature` SET `position_x`=-3047.323, `position_y`=4081.128, `position_z`=2.707369, `orientation`=5.484657, `spawndist`=10, `MovementType`=1 WHERE `guid`=66343; -- cgit v1.2.3