diff options
author | offl <offl@users.noreply.github.com> | 2021-02-14 12:23:36 +0200 |
---|---|---|
committer | offl <offl@users.noreply.github.com> | 2021-02-14 12:23:36 +0200 |
commit | 83279bd007c9dc13d7d87043df94e957a078aa11 (patch) | |
tree | 54054a3a61c50676d0ca38ea8cd9173bcd7444c4 | |
parent | b9cc11f76e1293696029b3a91d8283375a26c51b (diff) |
DB/Creature: Grunty, Zergling
Updates #11044
-rw-r--r-- | sql/updates/world/3.3.5/2021_02_14_01_world.sql | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_02_14_01_world.sql b/sql/updates/world/3.3.5/2021_02_14_01_world.sql new file mode 100644 index 00000000000..6ab71c272c9 --- /dev/null +++ b/sql/updates/world/3.3.5/2021_02_14_01_world.sql @@ -0,0 +1,12 @@ +-- +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_run` = 0.85714285714, `RangeAttackTime` = 2000, `unit_flags` = 33536 WHERE `entry` = 11327; +DELETE FROM `creature_template_addon` WHERE `entry` = 11327; +INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES +(11327,0,0,0,1,0,0,"67399"); +UPDATE `creature_model_info` SET `BoundingRadius` = 0.105, `CombatReach` = 0.25 WHERE `DisplayID` = 10993; + +UPDATE `creature_template` SET `unit_flags` = 33536 WHERE `entry` = 34694; +DELETE FROM `creature_template_addon` WHERE `entry` = 34694; +INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES +(34694,0,0,0,1,0,0,"67370"); +UPDATE `creature_model_info` SET `BoundingRadius` = 0.22749999 WHERE `DisplayID` = 29348; |