From de19555c89349ddd112c2d100e179af9eb11f1ac Mon Sep 17 00:00:00 2001 From: Killyana Date: Thu, 23 May 2019 00:39:54 +0200 Subject: DB/Creature: Floating Skull (cherry picked from commit 716c14846f859e6130edb412b6a9f5793f0f959b) --- .../world/master/2021_12_06_10_world_2019_05_22_05_world.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sql/updates/world/master/2021_12_06_10_world_2019_05_22_05_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2021_12_06_10_world_2019_05_22_05_world.sql b/sql/updates/world/master/2021_12_06_10_world_2019_05_22_05_world.sql new file mode 100644 index 00000000000..65c75859755 --- /dev/null +++ b/sql/updates/world/master/2021_12_06_10_world_2019_05_22_05_world.sql @@ -0,0 +1,8 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (106326) AND `id` IN (21365); +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `phaseId`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES +(106326, 21365, 530, 0, 0, '0', 0, 0, 0, 38.3723, 2121.23, 128.975, 2.80337, 600, 0, 0, 42, 0, 0, 0, 0, 0, 0); + +DELETE FROM `creature_template_addon` WHERE `entry` IN (21365); +INSERT INTO `creature_template_addon` (`entry`, `auras`) VALUES +(21365, '36725 36727'); -- cgit v1.2.3