mirror of
https://github.com/ornfelt/azerothcore_lua_scripts
synced 2026-08-22 06:26:03 -04:00
6 lines
261 B
MySQL
6 lines
261 B
MySQL
|
|
INSERT INTO `playercreateinfo_spell` (`racemask`, `classmask`, `Spell`, `Note`) VALUES
|
||
|
|
(0, 0, 33389, 'Apprentice Riding'),
|
||
|
|
(0, 0, 33392, 'Journeyman Riding'),
|
||
|
|
(0, 0, 34092, 'Expert Riding'),
|
||
|
|
(0, 0, 34093, 'Artisan Riding'),
|
||
|
|
(0, 0, 54198, 'Cold Weather Flying');
|