fix(DB/Creatures): General Rajaxx Andorov and Kaldorei Elites should … (#12948)

fix(DB/Creatures): General Rajaxx Andorov and Kaldorei Elites should be healable.

Fixes #12903
This commit is contained in:
UltraNix 2022-09-03 23:15:59 +02:00 committed by GitHub
parent 31892275b0
commit 138fc875f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `type_flags`=`type_flags`|0x00001000 WHERE `entry` IN (15471,15473);