Files
TrinityCore/sql/updates/6325_mangos_creature_template.sql
Neo2003 9b1c0e006f [svn] * Proper SVN structure
--HG--
branch : trunk
2008-10-02 16:23:55 -05:00

6 lines
133 B
SQL

UPDATE creature_template
SET flags_extra = flags_extra | 2 WHERE civilian <> 0;
ALTER TABLE `creature_template`
DROP civilian;