mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-24 21:58:22 +00:00
[Database] Proper default for droptime from object_contents (#4061)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user