mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Creature: Remove Civilian extra flag from Succubus Minion
Closes #26885
(cherry picked from commit 78005c177b)
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
-- Update flags_extra 2 to 0 (civilian to none)
|
||||
UPDATE `creature_template` SET `flags_extra` = `flags_extra` &~ 2 WHERE `Entry` = 10928;
|
||||
Reference in New Issue
Block a user