fix(DB/Creature): Add Taunt immunity to Magtheridon (#17076)

init
This commit is contained in:
Eddy Vega
2023-08-25 06:32:44 -06:00
committed by GitHub
parent 856d17ac36
commit cbbb705621

View File

@@ -0,0 +1,3 @@
--
UPDATE `creature_template` SET `flags_extra` = `flags_extra`|256 WHERE `entry`=17257;