mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 02:04:52 +01:00
3 lines
96 B
SQL
3 lines
96 B
SQL
ALTER TABLE `character`
|
|
ADD `instanceid` int(11) unsigned NOT NULL default '0' AFTER `map`;
|