mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-18 14:10:18 -04:00
DB/NPC: Argent Cannon
Add the regen mana on spell casted, and set initial mana to 0. Closes #15460
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user