mirror of
https://github.com/mangosfour/server.git
synced 2025-12-22 22:37:06 +00:00
4 lines
186 B
SQL
4 lines
186 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_7141_01_mangos_instance_template required_7147_01_mangos_creature_template bit;
|
|
|
|
UPDATE creature_template
|
|
SET family = 0 WHERE entry = 1;
|