mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Creature: Steamrigger Mechanic spawns
This commit is contained in:
4
sql/updates/world/3.3.5/2018_08_22_03_world.sql
Normal file
4
sql/updates/world/3.3.5/2018_08_22_03_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
--
|
||||
UPDATE `creature` SET `position_x`=-327.646, `position_y`=-127.406, `position_z`=-8.013, `orientation`=1.941862 WHERE `guid`=12607;
|
||||
DELETE FROM `creature` WHERE `guid` IN (12605,12606);
|
||||
DELETE FROM `creature_addon` WHERE `guid` IN (12605,12606);
|
||||
Reference in New Issue
Block a user