mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-19 03:45:43 +00:00
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:
@@ -0,0 +1,2 @@
|
||||
-- Captured Totem - NON_ATTACKABLE
|
||||
UPDATE `creature_template` SET `unit_flags` = `unit_flags`|2 WHERE (`entry` = 23811);
|
||||
Reference in New Issue
Block a user