Removed trailing whitespaces and CRLFs
[getmangos.git] / sql / updates / 0.7 / 3344_playercreateinfo_spell.sql
blobe641756f137501030262042ce09f4d9ed7babac1
1 INSERT INTO `playercreateinfo_spell` VALUES ('1','1','21156','Battle Stance Passive',0);
2 INSERT INTO `playercreateinfo_spell` VALUES ('2','1','21156','Battle Stance Passive',0);
3 INSERT INTO `playercreateinfo_spell` VALUES ('3','1','21156','Battle Stance Passive',0);
4 INSERT INTO `playercreateinfo_spell` VALUES ('4','1','21156','Battle Stance Passive',0);
5 INSERT INTO `playercreateinfo_spell` VALUES ('5','1','21156','Battle Stance Passive',0);
6 INSERT INTO `playercreateinfo_spell` VALUES ('6','1','21156','Battle Stance Passive',0);
7 INSERT INTO `playercreateinfo_spell` VALUES ('7','1','21156','Battle Stance Passive',0);
8 INSERT INTO `playercreateinfo_spell` VALUES ('8','1','21156','Battle Stance Passive',0);
10 INSERT IGNORE INTO `character_spell`
11 SELECT `character`.`guid`,`playercreateinfo_spell`.`spell` AS `spell`, '65535' AS `slot`,`playercreateinfo_spell`.`Active` AS `active`
12 FROM `character`,`playercreateinfo_spell`
13 WHERE `character`.`class`=`playercreateinfo_spell`.`class` AND `character`.`race`=`playercreateinfo_spell`.`race`;