diff options
| author | Shauren <shauren.trinity@gmail.com> | 2024-12-22 14:22:39 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2024-12-22 15:13:53 +0100 |
| commit | 38a5956b8544ee43ec4faeba42a40dbee4dcc65f (patch) | |
| tree | 3ee632a658b108edabdfaf4620adb66dcac3df5d /sql/updates/world | |
| parent | 2997e1dc025258f2e4fc52629cd0c6338c0e689b (diff) | |
Scripts/Spells: Added missing Throw Glaive part to Cycle of Hatred implementation
Diffstat (limited to 'sql/updates/world')
| -rw-r--r-- | sql/updates/world/master/2024_12_22_11_world.sql | 1 |
1 files changed, 1 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 index 3dd216fdc3e..1168df9ad35 100644 --- a/sql/updates/world/master/2024_12_22_11_world.sql +++ b/sql/updates/world/master/2024_12_22_11_world.sql @@ -2,4 +2,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'), +(185123, 'spell_dh_cycle_of_hatred'), (342817, 'spell_dh_cycle_of_hatred'); |
