Core/Spells: corrected Furor behaivior and fixed an exploit that was allowing druids to get full energy when turning into cat form

This commit is contained in:
Ovahlord
2020-08-28 15:51:29 +02:00
parent 2b2fc5fb8a
commit 89fdfd5d7f
3 changed files with 19 additions and 42 deletions

View File

@@ -0,0 +1,2 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`= 'spell_dru_furor';
DELETE FROM `spell_proc` WHERE `SpellId`= -17056;