mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Creature: Remove duplicate spawn for Dreadfang Widow
By @Saben65 Closes #16140
This commit is contained in:
3
sql/updates/world/2016_01_17_13_world.sql
Normal file
3
sql/updates/world/2016_01_17_13_world.sql
Normal file
@@ -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;
|
||||
Reference in New Issue
Block a user