mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-27 16:37:17 +00:00
Use double quotes in strings [skip ci]
This commit is contained in:
@@ -96,7 +96,7 @@ public:
|
||||
NpcFaction entry{};
|
||||
|
||||
entry.id = 0;
|
||||
entry.name = 0;
|
||||
entry.name = "";
|
||||
entry.primaryfaction = 0;
|
||||
entry.ignore_primary_assist = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user