aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2019-10-21 19:17:29 +0200
committerShauren <shauren.trinity@gmail.com>2021-12-18 23:04:28 +0100
commit8b35d5b8fcacac6b06ae5707cdcd8f80fcdde131 (patch)
treeac12551935fc31b496df13812f05e7acf744ed31
parent294f232e4ada50ae7e3ec3b4128f4f26cc85c865 (diff)
DB/Creature: Spitzpatrick's Bomber
(cherry picked from commit cd32ef779864670ebcc4eba04f4b692347dbd213)
-rw-r--r--sql/updates/world/master/2021_12_18_51_world_2019_10_21_02_world.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_18_51_world_2019_10_21_02_world.sql b/sql/updates/world/master/2021_12_18_51_world_2019_10_21_02_world.sql
new file mode 100644
index 00000000000..5e90d4fa27a
--- /dev/null
+++ b/sql/updates/world/master/2021_12_18_51_world_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`, `spawnDifficulties`, `phaseId`, `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, '0', 176, 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);