fix(DB/IcecrownCitadel): Fix Rotface resetting behaviour (#17878)

Co-authored-by: Skjalf <47818697+Nyeriah@users.noreply.github.com>
This commit is contained in:
Stepan Makhorin
2024-01-14 17:39:18 +03:00
committed by GitHub
parent 851472fd1a
commit 390ade5d81

View File

@@ -0,0 +1,2 @@
-- Rotface
UPDATE `creature_template` SET `flags_extra` = `flags_extra`|2147483648 WHERE `entry` IN (36627, 38390, 38549, 38550);