Files
azerothcore-wotlk/sql/structure/CHARACTERS_INSTANCE_ID.sql
Yehonal e8e94a0a66 First Commit
For Azeroth!
2016-06-26 10:39:44 +02:00

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;