diff options
author | Killyana <morphone1@gmail.com> | 2019-10-21 19:17:29 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2019-10-21 19:17:29 +0200 |
commit | cd32ef779864670ebcc4eba04f4b692347dbd213 (patch) | |
tree | f5b58b2640b610d0886fab884b049bcdb3122ad3 | |
parent | 77f857cb4e79dc31462b9ae626e73da4fa772662 (diff) |
DB/Creature: Spitzpatrick's Bomber
-rw-r--r-- | sql/updates/world/3.3.5/2019_10_21_02_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
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); |