aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2021-01-10 01:11:08 +0200
committerShauren <shauren.trinity@gmail.com>2022-03-05 22:41:30 +0100
commitcd0b15e9184a5ed20bd483c16cd536269508b28c (patch)
tree0db8f15d1529fa9b0c3a8af2b24a40ba264d8529
parent850d60c4b33eb96150ee15edd3107fe6036fefbd (diff)
DB/Creature: Remove UNIT_FLAG_NOT_ATTACKABLE_1
Ref #25764 (cherry picked from commit eb1806740a5b0cfd05ad75492277f19999658c7a)
-rw-r--r--sql/updates/world/master/2022_03_05_64_world_2021_01_10_00_world.sql10
1 files changed, 10 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_05_64_world_2021_01_10_00_world.sql b/sql/updates/world/master/2022_03_05_64_world_2021_01_10_00_world.sql
new file mode 100644
index 00000000000..3388183b09f
--- /dev/null
+++ b/sql/updates/world/master/2022_03_05_64_world_2021_01_10_00_world.sql
@@ -0,0 +1,10 @@
+--
+UPDATE `creature_template` SET `unit_flags` = `unit_flags` &~ 0x00000080 WHERE `entry` = 30407;
+
+UPDATE `creature_template_addon` SET `bytes1` = 0 WHERE `entry` = 20561;
+UPDATE `creature_template` SET `speed_walk` = 1, `BaseAttackTime` = 2000, `RangeAttackTime` = 2000, `unit_flags` = 32768, `dynamicflags` = 0 WHERE `entry` = 20561;
+
+UPDATE `creature_template` SET `unit_flags` = 768 WHERE `entry` BETWEEN 24874 AND 24877;
+UPDATE `creature_template` SET `unit_flags` = 33555200 WHERE `entry` BETWEEN 5772 AND 5773;
+UPDATE `creature_template` SET `unit_flags` = `unit_flags` &~ 0x00000080 WHERE `entry` IN (24284,36208);
+UPDATE `creature_template` SET `unit_flags` = 0 WHERE `entry` = 26688;