mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 19:05:42 +00:00
DB/Players: Apprentice Riding to Death Knight on creation (#810)
Added Apprentice Riding (33388) spell to Death Knight playercreateinfo_spells
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
INSERT INTO version_db_world (`sql_rev`) VALUES ('1520902066724046200');
|
||||
DELETE FROM `playercreateinfo_spell` WHERE `Spell`=33388 AND `racemask`=0 AND `classmask`=32;
|
||||
INSERT INTO `playercreateinfo_spell` (`racemask`, `classmask`, `Spell`, `Note`) VALUES (0, 32, 33388, 'Apprentice Riding');
|
||||
Reference in New Issue
Block a user