diff options
| author | Killyana <morphone1@gmail.com> | 2015-09-07 21:16:48 +0200 |
|---|---|---|
| committer | MitchesD <majklprofik@seznam.cz> | 2015-10-30 13:48:16 +0100 |
| commit | 8ecbad33654fb836a7ca81462341938bba2be9d0 (patch) | |
| tree | 33aa8db9a598e8241af98ad0e67ec2f807ee4c19 | |
| parent | 0289378a9842548d412cd740c2b8bdc600eff710 (diff) | |
DB/NPC: Argent Cannon
Add the regen mana on spell casted, and set initial mana to 0.
Closes #15460
(cherry picked from commit da612f2041b15bb6f19cee01bd201d63e304d4dc)
| -rw-r--r-- | sql/updates/world/2015_10_30_12_world_2015_09_07_05.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2015_10_30_12_world_2015_09_07_05.sql b/sql/updates/world/2015_10_30_12_world_2015_09_07_05.sql new file mode 100644 index 00000000000..6ddd137c60d --- /dev/null +++ b/sql/updates/world/2015_10_30_12_world_2015_09_07_05.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `spell_linked_spell` WHERE `spell_trigger` = 57387; +INSERT INTO `spell_linked_spell` VALUES (57387, 57608, 0, 'Argent Cannon - Powering Up The Core'); +UPDATE `creature` SET `curhealth`=126000 WHERE `id`=30236; +UPDATE `creature_template` SET `unit_flags2`=0, `RegenHealth`=0 WHERE `entry`=30236; |
