Skip to content

Commit

Permalink
DB/Skills: Death Knights shoud start with Journeyman Riding (150)
Browse files Browse the repository at this point in the history
closes TrinityCore#30449 by CraftedRO
  • Loading branch information
Aokromes authored Nov 20, 2024
1 parent ab8c1d6 commit a93b115
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sql/updates/world/3.3.5/2024_11_20_01_world.sql
Original file line number Diff line number Diff line change
@@ -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;

0 comments on commit a93b115

Please sign in to comment.