[9133] Fixes in talent 11129 work.
[getmangos.git] / sql / updates / 8098_02_mangos_playercreateinfo_action.sql
blob5a6f6f4f3b22449fa9d6e36d44523c06e2186652
1 ALTER TABLE db_version CHANGE COLUMN required_8071_01_mangos_command required_8098_02_mangos_playercreateinfo_action bit;
3 ALTER TABLE playercreateinfo_action
4   CHANGE COLUMN action action int(11) unsigned NOT NULL default '0';
6 UPDATE playercreateinfo_action
7   SET action = action | ( misc << 16 );
9 ALTER TABLE playercreateinfo_action
10     DROP COLUMN misc;