diff options
| author | Aqua Deus <95978183+aquadeus@users.noreply.github.com> | 2024-02-25 11:03:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-25 11:03:22 +0100 |
| commit | d7d382ea43f945b890aa5227459ec27df178e032 (patch) | |
| tree | dc70fb5a6854e39917bc399ad69b9d16cf5482a7 /sql | |
| parent | eac4bf825ab7cc0f423dd11a6dea85ad3563af66 (diff) | |
Scripts/Spells: Fix Shield of the Righteous armor bonus (#29749)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2024_02_25_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_02_25_00_world.sql b/sql/updates/world/master/2024_02_25_00_world.sql new file mode 100644 index 00000000000..ce76aeda227 --- /dev/null +++ b/sql/updates/world/master/2024_02_25_00_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_pal_shield_of_the_righteous'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(53600, 'spell_pal_shield_of_the_righteous'); |
