From 6f176c0980659b80e0103f776f76aa0fa46124d0 Mon Sep 17 00:00:00 2001 From: Shauren Date: Sat, 11 Feb 2017 13:04:12 +0100 Subject: Core/Spells: Fixed fishing Closes #19016 --- sql/updates/world/master/2017_02_11_00_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2017_02_11_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2017_02_11_00_world.sql b/sql/updates/world/master/2017_02_11_00_world.sql new file mode 100644 index 00000000000..2b28e31773c --- /dev/null +++ b/sql/updates/world/master/2017_02_11_00_world.sql @@ -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'); -- cgit v1.2.3