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:
avarishd
2025-05-23 23:13:09 +03:00
committed by GitHub
parent 676daccc32
commit b4a58ee354

View File

@@ -0,0 +1,2 @@
-- Captured Totem - NON_ATTACKABLE
UPDATE `creature_template` SET `unit_flags` = `unit_flags`|2 WHERE (`entry` = 23811);