diff options
| author | Killyana <morphone1@gmail.com> | 2016-01-17 18:17:38 +0100 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2016-01-17 18:17:38 +0100 |
| commit | 3d9f997478cc95592c121675a2daabbb6074a551 (patch) | |
| tree | 043ee447d48ef692f6f8e91d434756083d4b03e5 | |
| parent | 4682ba0f5534c27a504f67366a844d9b940a6ff2 (diff) | |
DB/Creature: Remove duplicate spawn for Dreadfang Widow
By @Saben65
Closes #16140
| -rw-r--r-- | sql/updates/world/2016_01_17_13_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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; |
