diff options
| author | MoltenCrystal <moltencrystal_dev@outlook.com> | 2025-04-18 15:41:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-18 15:41:22 +0200 |
| commit | f2ede236abb922233be53c4879b2d0be1528fd02 (patch) | |
| tree | 517183b002dfd87a0615194edb667326be0e830c /sql | |
| parent | 688fd5b1b87743c4ee7ab93eb255919c9bde9c1d (diff) | |
Scripts/Spells: Implement warrior hero talent Storm Bolts (#30827)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2025_04_18_01_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_04_18_01_world.sql b/sql/updates/world/master/2025_04_18_01_world.sql new file mode 100644 index 00000000000..63465c293f3 --- /dev/null +++ b/sql/updates/world/master/2025_04_18_01_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_warr_storm_bolts'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(107570, 'spell_warr_storm_bolts'); |
