fix(Scripts/Karazhan): Rework Prince Malchezaar (#14877)

This commit is contained in:
Skjalf
2023-02-27 01:38:02 -03:00
committed by GitHub
parent 7538a59435
commit e5c0c7227a
2 changed files with 239 additions and 397 deletions

View File

@@ -0,0 +1,4 @@
--
UPDATE `creature_template` SET `ScriptName` = 'npc_malchezaar_axe', `unit_flags` = `unit_flags`|33554432 WHERE `entry` = 17650;
UPDATE `creature_template` SET `ScriptName` = 'npc_netherspite_infernal' WHERE `entry` = 17646;
UPDATE `creature_template` SET `flags_extra` = `flags_extra` |2147483648 WHERE `entry` = 15690;