fix(DB/Creature): Avoid Chain-pulling in Auchenai Crypts (#16611)
Create rev_1687568644157138400.sql
This commit is contained in:
parent
c424a0953b
commit
bf8ba6898f
1 changed files with 2 additions and 0 deletions
|
|
@ -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));
|
||||
Loading…
Add table
Add a link
Reference in a new issue