mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-01 06:01:38 +00:00
Fix repository struct defaults for varchar | text
This commit is contained in:
@@ -94,7 +94,7 @@ public:
|
||||
Books entry{};
|
||||
|
||||
entry.name = "";
|
||||
entry.txtfile = 0;
|
||||
entry.txtfile = "";
|
||||
entry.language = 0;
|
||||
|
||||
return entry;
|
||||
|
||||
Reference in New Issue
Block a user