fix(DB/Creature): Hakkar should be taunt immune. (#11777)

* Fix(DB/Creature): Hakkar should be taunt immune

* Update rev_1652689266458530042.sql

* flag_extra
This commit is contained in:
temperrr
2022-05-17 16:59:17 +02:00
committed by GitHub
parent 82ae30d4ed
commit 758463ffe1

View File

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