DB/Creature: Fallen Earthen Warrior

Closes #16559

(cherry picked from commit ccf75008de)
This commit is contained in:
Killyana
2017-05-09 23:01:33 +02:00
committed by funjoker
parent 9e954295c5
commit a74d233ccc

View File

@@ -0,0 +1,5 @@
--
UPDATE `creature_template` SET `unit_flags`=768, `RegenHealth`=0 WHERE `entry`=26335;
DELETE FROM `creature_template_addon` WHERE `entry`=26335;
INSERT INTO `creature_template_addon` (`entry`, `bytes1`, `bytes2`) VALUES (26335, 7, 1);
UPDATE `creature` SET `curhealth`=1 WHERE `id`=26335;