mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/Creature): Avoid Chain-pulling in Auchenai Crypts (#16611)
Create rev_1687568644157138400.sql
This commit is contained in:
@@ -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));
|
||||
Reference in New Issue
Block a user