aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2019-05-15 23:23:49 +0200
committerShauren <shauren.trinity@gmail.com>2021-12-05 18:24:12 +0100
commit947270953fb65c0296547a85e140ae559eb762e6 (patch)
treef0ae2749059879cb4f2e70bfad32cc1822cce719
parent1d22ade73f5108bd1e0c2dddb8149a93791cc79f (diff)
DB/Fishing: Fishing level requirement for Zul'Gurub
(cherry picked from commit dca1da786c5cec6a448d6790454d592d0ccb097c)
-rw-r--r--sql/updates/world/master/2021_12_05_23_world_2019_05_15_02_world_335.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_05_23_world_2019_05_15_02_world_335.sql b/sql/updates/world/master/2021_12_05_23_world_2019_05_15_02_world_335.sql
new file mode 100644
index 00000000000..9dba2055b71
--- /dev/null
+++ b/sql/updates/world/master/2021_12_05_23_world_2019_05_15_02_world_335.sql
@@ -0,0 +1,3 @@
+--
+DELETE FROM `skill_fishing_base_level` WHERE `entry` IN (3384);
+INSERT INTO `skill_fishing_base_level` (`entry`, `skill`) VALUES (3384, 300);