diff options
| author | Killyana <morphone1@gmail.com> | 2017-05-09 23:01:33 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2017-05-09 23:01:33 +0200 |
| commit | ccf75008deaefe43ab19062afebf9ef546c18cb9 (patch) | |
| tree | 96c10feb1c55871fff3a85b60280c16e3fae74d1 | |
| parent | 538f60a880c4ace6a08bbc74fc175e878060adfe (diff) | |
DB/Creature: Fallen Earthen Warrior
Closes #16559
| -rw-r--r-- | sql/updates/world/3.3.5/2017_05_09_00_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_05_09_00_world.sql b/sql/updates/world/3.3.5/2017_05_09_00_world.sql new file mode 100644 index 00000000000..6134763d355 --- /dev/null +++ b/sql/updates/world/3.3.5/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; |
