aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2017-02-11 13:04:12 +0100
committerShauren <shauren.trinity@gmail.com>2017-02-11 13:04:12 +0100
commit6f176c0980659b80e0103f776f76aa0fa46124d0 (patch)
treeeeb9c36f5a2c9e44f6fbb25a6a3d4ba35da3b91f /sql
parent87513871dc3c8131d089de0fdc0f8c31f2bc2832 (diff)
Core/Spells: Fixed fishing
Closes #19016
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2017_02_11_00_world.sql3
1 files changed, 3 insertions, 0 deletions
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');