diff options
author | ModoX <moardox@gmail.com> | 2024-10-24 23:49:56 +0200 |
---|---|---|
committer | ModoX <moardox@gmail.com> | 2024-10-24 23:51:57 +0200 |
commit | 6dab3791ae7c810114ac1d5dbdd3b018813e2a97 (patch) | |
tree | 983c6a82e59171d490df254e17282ad9d7990da6 /sql | |
parent | 831e102d84357512ab284c39a8d6f7a14b23fc69 (diff) |
Scripts/Spells: Implemented Demon Hunter Vengeful Bonds
Closes #30345
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2024_10_24_03_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_10_24_03_world.sql b/sql/updates/world/master/2024_10_24_03_world.sql new file mode 100644 index 00000000000..b7ee57d479c --- /dev/null +++ b/sql/updates/world/master/2024_10_24_03_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `spell_id`=198813 AND `ScriptName`='spell_dh_vengeful_retreat_damage'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(198813, 'spell_dh_vengeful_retreat_damage'); |