mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
4 lines
143 B
SQL
4 lines
143 B
SQL
ALTER TABLE `character`
|
|
ADD `totaltime` int(11) unsigned NOT NULL default '0',
|
|
ADD `leveltime` int(11) unsigned NOT NULL default '0';
|