aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2018-08-22 16:23:36 +0200
committerKillyana <morphone1@gmail.com>2018-08-22 16:23:36 +0200
commitc4166dfd006e3516d0e6584c2075845ac0e96d9f (patch)
treebfffc4aefa241645166dc0e46df5a1c5c8801f31
parentdd7a7b1de0a530540231dfaff0ff04dde9286ced (diff)
DB/Creature: Steamrigger Mechanic spawns
-rw-r--r--sql/updates/world/3.3.5/2018_08_22_03_world.sql4
1 files changed, 4 insertions, 0 deletions
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);