Files
azerothcore-wotlk/data/sql/structure/CHARACTERS_INSTANCE_ID.sql

3 lines
128 B
SQL

DROP TABLE IF EXISTS group_instance;
ALTER TABLE character_instance ADD COLUMN extended tinyint(3) unsigned NOT NULL DEFAULT 0;