diff options
author | Killyana <morphone1@gmail.com> | 2017-05-09 23:01:33 +0200 |
---|---|---|
committer | funjoker <funjoker109@gmail.com> | 2020-06-14 20:15:24 +0200 |
commit | a74d233cccbefe7bee6fe8547ebba6808a2eeb31 (patch) | |
tree | 1c77f831ed8475318af6f594f519a667f2bcc691 | |
parent | 9e954295c53f8ab60454d432da56bd23b200e1d9 (diff) |
DB/Creature: Fallen Earthen Warrior
Closes #16559
(cherry picked from commit ccf75008deaefe43ab19062afebf9ef546c18cb9)
-rw-r--r-- | sql/updates/world/master/2020_06_14_03_world_2017_05_09_00_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_06_14_03_world_2017_05_09_00_world.sql b/sql/updates/world/master/2020_06_14_03_world_2017_05_09_00_world.sql new file mode 100644 index 00000000000..6134763d355 --- /dev/null +++ b/sql/updates/world/master/2020_06_14_03_world_2017_05_09_00_world.sql @@ -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; |