diff options
author | Aqua Deus <95978183+aquadeus@users.noreply.github.com> | 2025-05-28 21:14:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-28 21:14:16 +0200 |
commit | 58c627bff5ab9c78116aa02542ffa70f5bec8931 (patch) | |
tree | 456524c0aabf19dfde8810bf24a9210c87e9ff14 /sql | |
parent | f7cd7661b8429b9bbca559ccdeb453718a1daa63 (diff) |
Scripts/Spells: Implement paladin talent A just reward (#30954)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2025_05_28_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_05_28_00_world.sql b/sql/updates/world/master/2025_05_28_00_world.sql new file mode 100644 index 00000000000..405df517e7f --- /dev/null +++ b/sql/updates/world/master/2025_05_28_00_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_pal_a_just_reward'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(469411, 'spell_pal_a_just_reward'); |