Removed trailing whitespaces and CRLFs
[getmangos.git] / sql / updates / 0.11 / 6325_mangos_creature_template.sql
blob6a65a373eef4c836244a5025daf904e2aa2d5858
1 UPDATE creature_template
2   SET flags_extra = flags_extra | 2 WHERE civilian <> 0;
4 ALTER TABLE `creature_template`
5   DROP civilian;