fix(DB/Creature): Fix dead Infesting Jormungar flags and aura (#23809)

This commit is contained in:
Andrew 2025-11-20 20:41:11 -03:00 committed by GitHub
parent dd0366fc82
commit dfc636df08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,3 @@
--
UPDATE `creature_addon` SET `bytes2` = 1, `auras` = '31261' WHERE `guid` IN (114372, 114373, 114381);
UPDATE `creature` SET `unit_flags` = `unit_flags`|256|512|536870912, `VerifiedBuild` = 64502 WHERE `guid` IN (114372, 114373, 114381) AND `id1` = 30148;