mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
3 lines
128 B
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;
|