mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-28 17:37:18 +00:00
Use double quotes in strings [skip ci]
This commit is contained in:
@@ -104,7 +104,7 @@ public:
|
||||
entry.bandolier_slot = 0;
|
||||
entry.item_id = 0;
|
||||
entry.icon = 0;
|
||||
entry.bandolier_name = '0';
|
||||
entry.bandolier_name = "0";
|
||||
|
||||
return entry;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user