mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-28 09:17:15 +00:00
Use double quotes in strings [skip ci]
This commit is contained in:
@@ -96,9 +96,9 @@ public:
|
||||
Reports entry{};
|
||||
|
||||
entry.id = 0;
|
||||
entry.name = 0;
|
||||
entry.reported = 0;
|
||||
entry.reported_text = 0;
|
||||
entry.name = "";
|
||||
entry.reported = "";
|
||||
entry.reported_text = "";
|
||||
|
||||
return entry;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user