mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
DB/Creature: Fallen Earthen Warrior
Closes #16559
(cherry picked from commit ccf75008de)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user