mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-02 07:00:29 +00:00
Use double quotes in strings [skip ci]
This commit is contained in:
@@ -113,10 +113,10 @@ public:
|
||||
entry.tag_description = "";
|
||||
entry.login_server_list_type_id = 0;
|
||||
entry.last_login_date = 0;
|
||||
entry.last_ip_address = 0;
|
||||
entry.last_ip_address = "";
|
||||
entry.login_server_admin_id = 0;
|
||||
entry.is_server_trusted = 0;
|
||||
entry.note = 0;
|
||||
entry.note = "";
|
||||
|
||||
return entry;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user