aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2015-09-07 21:16:48 +0200
committerKillyana <morphone1@gmail.com>2015-09-07 21:16:48 +0200
commitda612f2041b15bb6f19cee01bd201d63e304d4dc (patch)
tree8d2bfc4b884ed63ad25f3f4f0125be7dec9cdb2b
parenta791663556b5969fb842285825262be08713f79d (diff)
DB/NPC: Argent Cannon
Add the regen mana on spell casted, and set initial mana to 0. Closes #15460
-rw-r--r--sql/updates/world/2015_09_07_05_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2015_09_07_05_world.sql b/sql/updates/world/2015_09_07_05_world.sql
new file mode 100644
index 00000000000..6ddd137c60d
--- /dev/null
+++ b/sql/updates/world/2015_09_07_05_world.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;