[2008_10_31_01_mangos_creature_template.sql] Creature related code and DB cleanups.
[getmangos.git] / sql / updates / 2008_10_31_01_mangos_creature_template.sql
blobfb51f3e82bcd4cc7c00ebe43426dcfebc67bd252
1 ALTER TABLE db_version CHANGE COLUMN required_2008_10_29_05_mangos_command required_2008_10_31_01_mangos_creature_template bit;
3 ALTER TABLE `creature_template`
4   CHANGE COLUMN `flags` `unit_flags` int(10) unsigned NOT NULL default '0',
5   CHANGE COLUMN `flag1` `type_flags` int(10) unsigned NOT NULL default '0';