diff options
| author | Shauren <shauren.trinity@gmail.com> | 2017-02-11 13:04:12 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2017-02-11 13:04:12 +0100 |
| commit | 6f176c0980659b80e0103f776f76aa0fa46124d0 (patch) | |
| tree | eeb9c36f5a2c9e44f6fbb25a6a3d4ba35da3b91f /sql | |
| parent | 87513871dc3c8131d089de0fdc0f8c31f2bc2832 (diff) | |
Core/Spells: Fixed fishing
Closes #19016
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2017_02_11_00_world.sql | 3 |
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'); |
