[Database] Proper default for droptime from object_contents (#4061)

This commit is contained in:
JJ
2024-02-11 17:59:48 -05:00
committed by GitHub
parent 86a2a86ba8
commit 6bc9bcf15a
3 changed files with 12 additions and 2 deletions
@@ -116,7 +116,7 @@ public:
e.bagidx = 0;
e.itemid = 0;
e.charges = 0;
e.droptime = 0;
e.droptime = std::time(nullptr);
e.augslot1 = 0;
e.augslot2 = 0;
e.augslot3 = 0;