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