mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-13 03:32:28 -04:00
Scripts/Spells: Update Atonement trigger spells (#31651)
This commit is contained in:
4
sql/updates/world/master/2026_02_05_07_world.sql
Normal file
4
sql/updates/world/master/2026_02_05_07_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_pri_atonement_effect' AND `spell_id` IN (139, 200829, 47750);
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(200829, 'spell_pri_atonement_effect'),
|
||||
(47750, 'spell_pri_atonement_effect');
|
||||
@@ -639,8 +639,9 @@ class spell_pri_abyssal_reverie : public SpellScript
|
||||
};
|
||||
|
||||
// 17 - Power Word: Shield
|
||||
// 139 - Renew
|
||||
// 2061 - Flash Heal
|
||||
// 200829 - Plea
|
||||
// 47750 - Penance
|
||||
// 194509 - Power Word: Radiance
|
||||
class spell_pri_atonement_effect : public SpellScript
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user