fix(DB/EversongWoods): Repair Flag wrongly set (#12936)

Co-authored-by: Svetoslav Stoyanov <svetoslav_v_stoyanov@abv.bg>
This commit is contained in:
SoglaHash
2022-09-07 02:14:50 +02:00
committed by GitHub
parent 4c80efc74d
commit ca50f5c5c5

View File

@@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `npcflag` = `npcflag`&~(4096) WHERE `entry` IN (16280, 16278);