mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
Core/Proto: Added missing 'next_url' field to Login.proto
This commit is contained in:
@@ -63,6 +63,7 @@ message LoginResult {
|
||||
optional string url = 4;
|
||||
optional string login_ticket = 5;
|
||||
optional string server_evidence_M2 = 6;
|
||||
optional string next_url = 7;
|
||||
}
|
||||
|
||||
message LoginRefreshResult {
|
||||
|
||||
Reference in New Issue
Block a user