From a73e5feba43799ddee650aad32dd82a039ef65b3 Mon Sep 17 00:00:00 2001 From: Killyana Date: Thu, 18 Oct 2018 19:17:08 +0200 Subject: [PATCH] DB/Creature: Hallucination (cherry picked from commit 81fb64d9f7665886d5ca0bd6abecda6e9ef63c25) --- .../2021_11_15_06_world_2018_10_18_02_world_335.sql | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 sql/updates/world/master/2021_11_15_06_world_2018_10_18_02_world_335.sql diff --git a/sql/updates/world/master/2021_11_15_06_world_2018_10_18_02_world_335.sql b/sql/updates/world/master/2021_11_15_06_world_2018_10_18_02_world_335.sql new file mode 100644 index 00000000000..5d56713e59c --- /dev/null +++ b/sql/updates/world/master/2021_11_15_06_world_2018_10_18_02_world_335.sql @@ -0,0 +1,13 @@ +-- +-- DELETE FROM `creature` WHERE `guid` IN (91800,91801,91885,92273,92276); +-- INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`,`spawndist`, `MovementType`) VALUES +-- (91800, 10603, 1, 1, 1, 0, 0, -840.999, -4906.85, 20.3147, 4.64331, 300, 0, 0), +-- (91801, 10603, 1, 1, 1, 0, 0, -851.004, -4917.86, 20.4611, 0.623161, 300, 0, 0), +-- (91885, 10603, 1, 1, 1, 0, 0, -839.728, -4912.160, 20.024, 2.658834, 300, 0, 0), +-- (92273, 10603, 1, 1, 1, 0, 0, -842.111, -4916.096, 20.381, 2.154336, 300, 0, 0), +-- (92276, 10603, 1, 1, 1, 0, 0, -845.914, -4918.507, 20.639, 1.644181, 300, 0, 0); + +DELETE FROM `creature_template_addon` WHERE `entry`=10603; +INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES +(10603, 0, 0, 0, 0, 10, "26604"); +-- UPDATE `creature` SET `MovementType`=0, `spawndist`=0, `orientation`= 5.6965 WHERE `id` IN (10578);