diff options
author | Killyana <morphone1@gmail.com> | 2016-01-17 18:17:38 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2016-03-22 23:16:53 +0100 |
commit | d89e8a202a1964684856c6638174f80be61a6d4b (patch) | |
tree | 2ebf4cbf43fb0faecba0cf0a7f16ac9446fcb672 | |
parent | aa3df4f7c7e1f9f53258e075dec2cf4196463926 (diff) |
DB/Creature: Remove duplicate spawn for Dreadfang Widow
By @Saben65
Closes #16140
(cherry picked from commit 3d9f997478cc95592c121675a2daabbb6074a551)
-rw-r--r-- | sql/updates/world/2016_03_22_17_world_2016_01_17_13_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2016_03_22_17_world_2016_01_17_13_world.sql b/sql/updates/world/2016_03_22_17_world_2016_01_17_13_world.sql new file mode 100644 index 00000000000..163aa3fb659 --- /dev/null +++ b/sql/updates/world/2016_03_22_17_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; |