diff options
| author | aquadeus <efectokoleos13@gmail.com> | 2024-12-22 14:05:21 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2024-12-22 15:13:53 +0100 |
| commit | 2997e1dc025258f2e4fc52629cd0c6338c0e689b (patch) | |
| tree | 186572c5ca5c479a1aa6201e54ca9d9539142b48 /sql | |
| parent | 92efc2523b75e4ca01be7d0894ed8bc979cb3049 (diff) | |
Scripts/Spells: Implement demon hunter talent "Cycle of hatred"
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2024_12_22_11_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_12_22_11_world.sql b/sql/updates/world/master/2024_12_22_11_world.sql new file mode 100644 index 00000000000..3dd216fdc3e --- /dev/null +++ b/sql/updates/world/master/2024_12_22_11_world.sql @@ -0,0 +1,5 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dh_cycle_of_hatred'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(188499, 'spell_dh_cycle_of_hatred'), +(162794, 'spell_dh_cycle_of_hatred'), +(342817, 'spell_dh_cycle_of_hatred'); |
