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:
parent
b1b48b92df
commit
ead21e2176
1 changed files with 3 additions and 0 deletions
|
|
@ -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');
|
||||
Loading…
Add table
Add a link
Reference in a new issue