aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMeji <alvaro.megias@outlook.com>2024-03-02 12:30:38 +0100
committerMeji <alvaro.megias@outlook.com>2024-03-02 12:30:38 +0100
commit2380696c95159c8495de06adf9f71ee34a7f7d73 (patch)
treedd6a9141fd0edfad29d81859af041c99b4dfd01e
parent3f8f8674259b455e47b1456dc0246c1f6758fc74 (diff)
DB/Skills: Added missing skill tier
-rw-r--r--sql/updates/world/master/2024_03_02_00_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_03_02_00_world.sql b/sql/updates/world/master/2024_03_02_00_world.sql
new file mode 100644
index 00000000000..aeaeec44512
--- /dev/null
+++ b/sql/updates/world/master/2024_03_02_00_world.sql
@@ -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);