port over some changes from Trinity version including one possible memory leak fix
[AHbot.git] / sql / updates / 7047_03_mangos_playercreateinfo_spell.sql
blobc8249078865b09a6736522adee5d1a1dcbe5cbf0
1 ALTER TABLE db_version CHANGE COLUMN required_7047_02_mangos_playercreateinfo_action required_7047_03_mangos_playercreateinfo_spell bit;
3 DELETE FROM `playercreateinfo_spell` WHERE `Spell` IN ('28880', 59542, 59543, 59544, 59545, 59547, 59548);
5 INSERT INTO `playercreateinfo_spell` VALUES
6 (11,1,28880,'Gift of the Naaru',1),
7 (11,2,59542,'Gift of the Naaru',1),
8 (11,3,59543,'Gift of the Naaru',1),
9 (11,5,59544,'Gift of the Naaru',1),
10 (11,6,59545,'Gift of the Naaru',1),
11 (11,7,59547,'Gift of the Naaru',1),
12 (11,8,59548,'Gift of the Naaru',1);