DB/Creature: Remove Civilian extra flag from Succubus Minion

Closes #26885

(cherry picked from commit 78005c177b)
This commit is contained in:
gygyti
2021-09-05 19:50:47 +03:00
committed by Shauren
parent bb2f283788
commit a972d73ea7

View File

@@ -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;