mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-24 13:38:21 +00:00
Fix repository struct defaults for varchar | text
This commit is contained in:
@@ -262,7 +262,7 @@ public:
|
||||
entry.short_name = 0;
|
||||
entry.id = 0;
|
||||
entry.file_name = 0;
|
||||
entry.long_name = 0;
|
||||
entry.long_name = "";
|
||||
entry.map_file_name = 0;
|
||||
entry.safe_x = 0;
|
||||
entry.safe_y = 0;
|
||||
|
||||
Reference in New Issue
Block a user