From 29ca0c56d9551bcdf4e111ffb7538c1c1cd5f896 Mon Sep 17 00:00:00 2001 From: Killyana Date: Mon, 1 Apr 2019 01:21:36 +0200 Subject: DB/Creature: Deranged Explorer & Iron Rune Laborer --- sql/updates/world/3.3.5/2019_04_01_00_world.sql | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_04_01_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2019_04_01_00_world.sql b/sql/updates/world/3.3.5/2019_04_01_00_world.sql new file mode 100644 index 00000000000..3f695372ed9 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_04_01_00_world.sql @@ -0,0 +1,20 @@ +-- +UPDATE `creature` SET `position_z`=79.48 WHERE `guid` IN (110837,111476,111479,111477,111478); +UPDATE `gameobject` SET `position_z`=79.48 WHERE `guid`=56602; +UPDATE `creature` SET `position_x`=1256.053, `position_y`=-6167.272, `position_z`=232.392,`orientation`=5.633913, `MovementType`=0, `spawndist`=0 WHERE `guid` IN (110931); +DELETE FROM `creature_template_addon` WHERE `entry` IN (23967,23711); +INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES +(23967, 0, 0, 0, 1, 233, ""), +(23711, 0, 0, 0, 1, 233, ""); + +DELETE FROM `creature_addon` WHERE `guid` IN (110852,110860,110868,110871,110872,110898,110905,110914,110940); +INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES +(110852, 0, 0, 0, 1, 0, ""), +(110860, 0, 0, 0, 1, 0, ""), +(110868, 0, 0, 0, 1, 0, ""), +(110871, 0, 0, 0, 1, 0, ""), +(110872, 0, 0, 0, 1, 0, ""), +(110898, 0, 0, 0, 1, 0, ""), +(110905, 0, 0, 0, 1, 0, ""), +(110914, 0, 0, 0, 1, 0, ""), +(110940, 0, 0, 0, 1, 0, ""); -- cgit v1.2.3