fix(DB/Creature): Fix dead Infesting Jormungar flags and aura (#23809)
This commit is contained in:
parent
dd0366fc82
commit
dfc636df08
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue