mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-28 13:27:15 +00:00
Use double quotes in strings [skip ci]
This commit is contained in:
@@ -104,7 +104,7 @@ public:
|
||||
entry.gender = 0;
|
||||
entry.texture = 0;
|
||||
entry.mountspeed = 0.75;
|
||||
entry.notes = 'Notes';
|
||||
entry.notes = "Notes";
|
||||
|
||||
return entry;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user