mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-25 02:08:23 +00:00
Fix repository struct defaults for varchar | text
This commit is contained in:
@@ -95,7 +95,7 @@ public:
|
||||
|
||||
entry.id = 0;
|
||||
entry.type = 0;
|
||||
entry.value = 0;
|
||||
entry.value = "";
|
||||
|
||||
return entry;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user