diff options
author | offl <offl@users.noreply.github.com> | 2021-05-24 00:11:57 +0300 |
---|---|---|
committer | offl <offl@users.noreply.github.com> | 2021-05-24 00:11:57 +0300 |
commit | 36dfc86939fae14e1ce7bd142089ed57c86b4d3c (patch) | |
tree | a59a1053602a5402126c391e5dcd648f72356d44 | |
parent | 5a4b20a018ecdd54275d06962a2d613164dafd1d (diff) |
DB/Loot: Add fishing base level to Underbog
-rw-r--r-- | sql/updates/world/3.3.5/2021_05_23_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_05_23_00_world.sql b/sql/updates/world/3.3.5/2021_05_23_00_world.sql new file mode 100644 index 00000000000..8c073382ffd --- /dev/null +++ b/sql/updates/world/3.3.5/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); |