mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +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;
|