aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2018-08-22 16:23:36 +0200
committerShauren <shauren.trinity@gmail.com>2021-10-22 19:13:16 +0200
commit389791d497f3fa161eab72e012c98cdac6a06b75 (patch)
treef577ce6f02b51137f70c28251d762cda02725722
parentfe23cb46ad29cddde3d2ca2e29b2c10d3d882a79 (diff)
DB/Creature: Steamrigger Mechanic spawns
(cherry picked from commit c4166dfd006e3516d0e6584c2075845ac0e96d9f)
-rw-r--r--sql/updates/world/master/2021_10_22_04_world_2018_08_22_03_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_10_22_04_world_2018_08_22_03_world.sql b/sql/updates/world/master/2021_10_22_04_world_2018_08_22_03_world.sql
new file mode 100644
index 00000000000..b071ed7b352
--- /dev/null
+++ b/sql/updates/world/master/2021_10_22_04_world_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);