From cd32ef779864670ebcc4eba04f4b692347dbd213 Mon Sep 17 00:00:00 2001 From: Killyana Date: Mon, 21 Oct 2019 19:17:29 +0200 Subject: DB/Creature: Spitzpatrick's Bomber --- sql/updates/world/3.3.5/2019_10_21_02_world.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_10_21_02_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2019_10_21_02_world.sql b/sql/updates/world/3.3.5/2019_10_21_02_world.sql new file mode 100644 index 00000000000..446e3b568b9 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_10_21_02_world.sql @@ -0,0 +1,6 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (117320); +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES +(117320, 30719, 571, 210, 4501, 1, 128, 0, 0, 6368.458, 217.5608, 395.3252, 5.986479, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340); -- 30719 (Area: 4501 - Difficulty: 0) + +UPDATE `creature_template_addon` SET `bytes1`=1 WHERE `entry` IN (30719); -- cgit v1.2.3