diff options
| author | MoltenCrystal <moltencrystal_dev@outlook.com> | 2025-04-08 21:19:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-08 21:19:44 +0200 |
| commit | db60034515ee69111ebd3d880641b57bc26c0b15 (patch) | |
| tree | 83252b1cfd9edb86e5e47001f49471749574e2cf /sql | |
| parent | e8b2be3527c7683e8bfca70ed7706fc20da566fd (diff) | |
Scripts/Spells: Fix Arms and Protection Execute damage (#30829)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2025_04_08_01_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_04_08_01_world.sql b/sql/updates/world/master/2025_04_08_01_world.sql new file mode 100644 index 00000000000..b7bbe3e2ba1 --- /dev/null +++ b/sql/updates/world/master/2025_04_08_01_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_warr_execute_damage'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(260798,'spell_warr_execute_damage'); |
