mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
@@ -0,0 +1,4 @@
|
||||
-- Add skill_fishing_base_level -20 to Undercity, based on other capital cities
|
||||
DELETE FROM `skill_fishing_base_level` WHERE `entry`=1497;
|
||||
INSERT INTO `skill_fishing_base_level` (`entry`, `skill`) VALUES
|
||||
(1497, -20);
|
||||
Reference in New Issue
Block a user