mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 19:37:07 +00:00
5 lines
132 B
SQL
5 lines
132 B
SQL
UPDATE creature_template
|
|
SET flags_extra = flags_extra | 2 WHERE civilian <> 0;
|
|
|
|
ALTER TABLE `creature_template`
|
|
DROP civilian;
|