* Move sql updates for 0.11 release to sql/updates/0.11
[getmangos.git] / sql / updates / 0.11 / 6325_mangos_creature_template.sql
blob9b47f8b92369f4d436819b48adbd723b378ebf41
1 UPDATE creature_template
2   SET flags_extra = flags_extra | 2 WHERE civilian <> 0;
4 ALTER TABLE `creature_template` 
5   DROP civilian;