mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
Tweaks
This commit is contained in:
+1
-1
@@ -2361,7 +2361,7 @@ void command_setlsinfo(Client *c, const Seperator *sep)
|
||||
ServerLSAccountUpdate_Struct* s = (ServerLSAccountUpdate_Struct *) pack->pBuffer;
|
||||
s->useraccountid = c->LSAccountID();
|
||||
strn0cpy(s->useraccount, c->AccountName(), 30);
|
||||
strn0cpy(s->useremail, sep->arg[1], 100);
|
||||
strn0cpy(s->user_email, sep->arg[1], 100);
|
||||
strn0cpy(s->userpassword, sep->arg[2], 50);
|
||||
worldserver.SendPacket(pack);
|
||||
c->Message(0, "Login Server update packet sent.");
|
||||
|
||||
Reference in New Issue
Block a user