diff options
| author | Jeremy <Golrag@users.noreply.github.com> | 2025-06-05 23:28:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-05 23:28:55 +0200 |
| commit | ec08da5b04ef7447a8453b4950e494a1017660aa (patch) | |
| tree | 6606420bde429980e7b13939330870e5898dea8d /sql/updates | |
| parent | 346349a0405ce0fc77dd50b4e993034309a8a001 (diff) | |
Scripts/Spells: Fix warrior charge (#31017)
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/master/2025_06_05_00_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_06_05_00_world.sql b/sql/updates/world/master/2025_06_05_00_world.sql new file mode 100644 index 00000000000..42f584daba3 --- /dev/null +++ b/sql/updates/world/master/2025_06_05_00_world.sql @@ -0,0 +1 @@ +DELETE FROM `spell_script_names` WHERE `spell_id`=218104 AND `ScriptName`='spell_warr_charge_effect'; |
