mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-02 23:26:37 +01:00
Core/Auth: Reverted part of fb43a92cc2 - session key is still needed after logging in to be able to switch realms
This commit is contained in:
1
sql/updates/auth/2013_02_08_00_auth_account.sql
Normal file
1
sql/updates/auth/2013_02_08_00_auth_account.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE `account` CHANGE `sessionkey` `sessionkey` varchar(80) NOT NULL DEFAULT '' AFTER `sha_pass_hash`;
|
||||
Reference in New Issue
Block a user