mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
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:
@@ -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`;
|
||||
Reference in New Issue
Block a user