From da612f2041b15bb6f19cee01bd201d63e304d4dc Mon Sep 17 00:00:00 2001 From: Killyana Date: Mon, 7 Sep 2015 21:16:48 +0200 Subject: DB/NPC: Argent Cannon Add the regen mana on spell casted, and set initial mana to 0. Closes #15460 --- sql/updates/world/2015_09_07_05_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/2015_09_07_05_world.sql (limited to 'sql') 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; -- cgit v1.2.3