mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 08:00:48 +01:00
DB/Creature: Spitzpatrick's Bomber
This commit is contained in:
6
sql/updates/world/3.3.5/2019_10_21_02_world.sql
Normal file
6
sql/updates/world/3.3.5/2019_10_21_02_world.sql
Normal file
@@ -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);
|
||||
Reference in New Issue
Block a user