fix(DB/Creature): Captured Totem shouldn't be attackable (#22142)
Item: Captured Totem from Quest: The Grimtotem Weapon no longer generates aggro nor can't be attacked
This commit is contained in:
parent
676daccc32
commit
b4a58ee354
1 changed files with 2 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
-- Captured Totem - NON_ATTACKABLE
|
||||
UPDATE `creature_template` SET `unit_flags` = `unit_flags`|2 WHERE (`entry` = 23811);
|
||||
Loading…
Add table
Add a link
Reference in a new issue