Core/Spells: Fixed fishing

Closes #19016
This commit is contained in:
Shauren
2017-02-11 13:04:12 +01:00
parent 87513871dc
commit 6f176c0980
5 changed files with 67 additions and 2 deletions
@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_gen_fishing';
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
(131474,'spell_gen_fishing');