diff options
author | Aqua Deus <95978183+aquadeus@users.noreply.github.com> | 2024-11-09 22:34:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-09 22:34:59 +0100 |
commit | b98d83ca5341c48bf3f4dcc3327165d0b5bc07a0 (patch) | |
tree | a95a1990c68059dfc68eca1f7d41a8849a58ddb6 /sql | |
parent | 783693a0a07a8d31806609b4539a05ad7ab2f2ca (diff) |
Scripts/Spells: Fix Rising Sun Kick heal reduction on Windwalker spec (#30369)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2024_11_09_04_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_11_09_04_world.sql b/sql/updates/world/master/2024_11_09_04_world.sql new file mode 100644 index 00000000000..4fd623f5036 --- /dev/null +++ b/sql/updates/world/master/2024_11_09_04_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_monk_rising_sun_kick'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(107428, 'spell_monk_rising_sun_kick'); |