Removed trailing whitespaces and CRLFs
[getmangos.git] / sql / updates / 0.6 / 2357_playercreateinfo_action.sql
blobc9524d51b5b8e2faf890563cf413bfd711dd3d39
1 ALTER TABLE `playercreateinfo_action`
2   DROP KEY `playercreateinfo_actions_index`,
3   ADD KEY `playercreateinfo_actions_index` (`createid`,`button`);
5 UPDATE `playercreateinfo_action`
6   SET `type` = `misc`;
7 UPDATE `playercreateinfo_action`
8   SET `misc` = '0';
10 UPDATE `character_action`
11   SET `type` = `misc`;
12 UPDATE `character_action`
13   SET `misc` = '0';