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