mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-05 08:28:57 +01:00
DB/Skills: Added missing skill tier
This commit is contained in:
3
sql/updates/world/master/2024_03_02_00_world.sql
Normal file
3
sql/updates/world/master/2024_03_02_00_world.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `skill_tiers` WHERE `ID`=507;
|
||||
INSERT INTO `skill_tiers` (`ID`,`Value1`,`Value2`,`Value3`,`Value4`,`Value5`,`Value6`,`Value7`,`Value8`,`Value9`,`Value10`,`Value11`,`Value12`,`Value13`,`Value14`,`Value15`,`Value16`) VALUES
|
||||
(507,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0);
|
||||
Reference in New Issue
Block a user