fix(Scritpts/MoltenCore): Add immune to pc & npc flags to Ragnaros (#10179)

This commit is contained in:
Skjalf
2022-01-16 01:58:36 -03:00
committed by GitHub
parent fb703a745d
commit 1995430438
2 changed files with 4 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1642172483156193900');
UPDATE `creature_template` SET `unit_flags` = `unit_flags` |64|256|512 WHERE `entry` = 11502;