From c4166dfd006e3516d0e6584c2075845ac0e96d9f Mon Sep 17 00:00:00 2001 From: Killyana Date: Wed, 22 Aug 2018 16:23:36 +0200 Subject: DB/Creature: Steamrigger Mechanic spawns --- sql/updates/world/3.3.5/2018_08_22_03_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2018_08_22_03_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2018_08_22_03_world.sql b/sql/updates/world/3.3.5/2018_08_22_03_world.sql new file mode 100644 index 00000000000..b071ed7b352 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_08_22_03_world.sql @@ -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); -- cgit v1.2.3