mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-30 13:47:23 +01:00
DB/Misc: Fix a runtime error
This commit is contained in:
4
sql/updates/world/2015_02_05_00_world.sql
Normal file
4
sql/updates/world/2015_02_05_00_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
--
|
||||
DELETE FROM `skill_fishing_base_level` WHERE `entry`=4710;
|
||||
INSERT INTO `skill_fishing_base_level` (`entry`, `skill`) VALUES
|
||||
(4710, 480);
|
||||
Reference in New Issue
Block a user