aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2024-11-20 02:20:19 +0100
committerGitHub <noreply@github.com>2024-11-20 02:20:19 +0100
commita93b1151f20271b4149834912e7d3e7fc3a39747 (patch)
treeddac7d96c9f0d4a1013815c4c8d83a0ca6d299bf /sql/updates
parentab8c1d6277a77448393a8bb3ea101985dd1c47c9 (diff)
DB/Skills: Death Knights shoud start with Journeyman Riding (150)
closes #30449 by CraftedRO
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/3.3.5/2024_11_20_01_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2024_11_20_01_world.sql b/sql/updates/world/3.3.5/2024_11_20_01_world.sql
new file mode 100644
index 00000000000..ba85644e89c
--- /dev/null
+++ b/sql/updates/world/3.3.5/2024_11_20_01_world.sql
@@ -0,0 +1,2 @@
+-- Death Knights shoud start with Journeyman Riding (150)
+UPDATE `playercreateinfo_skills` SET `rank`=2 WHERE `raceMask`=0 AND `classMask`=32 AND `skill`=762;