We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0c4d6c commit 683b666Copy full SHA for 683b666
1 file changed
utilities/cmangos_custom.sql
@@ -207,6 +207,10 @@ UPDATE creature_template SET UnitFlags = UnitFlags|640 WHERE entry = 17578;
207
-- mmap issues
208
UPDATE creature_template SET ExtraFlags = ExtraFlags|16384 WHERE `entry` IN (19608,21554); -- Frayer Wildling (Botanica)
209
210
+-- https://github.com/cmangos/issues/wiki/CreatureStaticFlags
211
+-- Blizzard (Shade of Aran) Entry: 17161 Counter: 5320734
212
+UPDATE creature_template set StaticFlags1=StaticFlags1|0x02000000 where entry = 17161; -- IGNORE_COMBAT
213
+
214
-- -------------------------------
215
216
-- Displayid
0 commit comments