mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-13 11:34:07 -04:00
6 lines
133 B
SQL
6 lines
133 B
SQL
UPDATE creature_template
|
|
SET flags_extra = flags_extra | 2 WHERE civilian <> 0;
|
|
|
|
ALTER TABLE `creature_template`
|
|
DROP civilian;
|