mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-30 05:43:12 +01:00
DB/Skills: Death Knights shoud start with Journeyman Riding (150)
closes #30449 by CraftedRO
This commit is contained in:
2
sql/updates/world/3.3.5/2024_11_20_01_world.sql
Normal file
2
sql/updates/world/3.3.5/2024_11_20_01_world.sql
Normal file
@@ -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;
|
||||
Reference in New Issue
Block a user