From 2b5e15aa08e9268040e03ce71aa50d677f4ad8e4 Mon Sep 17 00:00:00 2001 From: offl Date: Mon, 24 May 2021 00:11:57 +0300 Subject: DB/Loot: Add fishing base level to Underbog (cherry picked from commit 36dfc86939fae14e1ce7bd142089ed57c86b4d3c) --- sql/updates/world/master/2022_03_10_16_world_2021_05_23_00_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/master/2022_03_10_16_world_2021_05_23_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2022_03_10_16_world_2021_05_23_00_world.sql b/sql/updates/world/master/2022_03_10_16_world_2021_05_23_00_world.sql new file mode 100644 index 00000000000..8c073382ffd --- /dev/null +++ b/sql/updates/world/master/2022_03_10_16_world_2021_05_23_00_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `skill_fishing_base_level` WHERE `entry` = 3716; +INSERT INTO `skill_fishing_base_level` (`entry`, `skill`) VALUES +(3716,400); -- cgit v1.2.3