mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 10:37:02 +00:00
3 lines
192 B
SQL
3 lines
192 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_12388_01_mangos_creature_template required_12389_01_mangos_creature_template bit;
|
|
|
|
UPDATE creature_template SET flags_extra=flags_extra & ~0x800;
|