From a93b1151f20271b4149834912e7d3e7fc3a39747 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Wed, 20 Nov 2024 02:20:19 +0100 Subject: [PATCH] DB/Skills: Death Knights shoud start with Journeyman Riding (150) closes #30449 by CraftedRO --- sql/updates/world/3.3.5/2024_11_20_01_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2024_11_20_01_world.sql 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;