fix(DB/Creature): Avoid Chain-pulling in Auchenai Crypts (#16611)

Create rev_1687568644157138400.sql
This commit is contained in:
Gultask
2023-06-24 08:23:04 -03:00
committed by GitHub
parent c424a0953b
commit bf8ba6898f

View File

@@ -0,0 +1,2 @@
-- Add extra flag 33554432 to several skeleton creatures in Auchenai Crypts to avoid chain pulling
UPDATE `creature_template` SET `flags_extra` = `flags_extra`|33554432 WHERE (`entry` IN (18700, 20317, 18521, 20315, 18524, 20298));