Removed trailing whitespaces and CRLFs
[getmangos.git] / sql / updates / 0.7 / 3348_playercreateinfo_spell.sql
blobfc7d4a97dcf29417bfaa0d0c71c303b2abd36ef8
1 INSERT INTO `playercreateinfo_spell` VALUES ('4','11','21178','Bear Form (Passive2)',0);
2 INSERT INTO `playercreateinfo_spell` VALUES ('6','11','21178','Bear Form (Passive2)',0);
4 INSERT IGNORE INTO `character_spell`
5 SELECT `character`.`guid`,`playercreateinfo_spell`.`spell` AS `spell`, '65535' AS `slot`,`playercreateinfo_spell`.`Active` AS `active`
6 FROM `character`,`playercreateinfo_spell`
7 WHERE `character`.`class`=`playercreateinfo_spell`.`class` AND `character`.`race`=`playercreateinfo_spell`.`race`;