Core/Account: Add total time played in account (#1003)
This saves the total time played on the account, even if your characters have been deleted.
This commit is contained in:
parent
82ca2bef99
commit
0d6eb11db9
6 changed files with 45 additions and 11 deletions
|
|
@ -0,0 +1,4 @@
|
|||
INSERT INTO version_db_auth (`sql_rev`) VALUES ('1534268747940576100');
|
||||
|
||||
ALTER TABLE `account`
|
||||
ADD COLUMN `totaltime` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `recruiter`;
|
||||
Loading…
Add table
Add a link
Reference in a new issue