diff options
| author | Aqua Deus <95978183+aquadeus@users.noreply.github.com> | 2025-02-11 23:29:03 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-11 23:29:03 +0100 |
| commit | c54b37d59f5d2d06bf22f3eb5c4929922de92845 (patch) | |
| tree | 4063c539bc92a3f7ca610112e14b18eb9843e65d /sql | |
| parent | 1f62d3caaac234bca14929ec2397befe69b85900 (diff) | |
Scripts/Spells: Implement paladin talent "Execution Sentence" (#30617)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2025_02_11_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_02_11_00_world.sql b/sql/updates/world/master/2025_02_11_00_world.sql new file mode 100644 index 00000000000..4cdefc7c9c7 --- /dev/null +++ b/sql/updates/world/master/2025_02_11_00_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_pal_execution_sentence'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(343527, 'spell_pal_execution_sentence'); |
