diff options
author | Killyana <morphone1@gmail.com> | 2018-08-22 16:23:36 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2018-08-22 16:23:36 +0200 |
commit | c4166dfd006e3516d0e6584c2075845ac0e96d9f (patch) | |
tree | bfffc4aefa241645166dc0e46df5a1c5c8801f31 | |
parent | dd7a7b1de0a530540231dfaff0ff04dde9286ced (diff) |
DB/Creature: Steamrigger Mechanic spawns
-rw-r--r-- | sql/updates/world/3.3.5/2018_08_22_03_world.sql | 4 |
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); |