Actions
Bug #161
closedAddSimpleObject() doesn't seem to be working
Start date:
01/15/2021
Due date:
% Done:
100%
Estimated time:
reported_by:
Hilapdatus
Description
AddSimpleObject() doesn't seem to be working
The Drax Lodge utilizes the AddSimpleObject() to add a Top20 Players Roster. I don't see that roster, it isn't there.
Updated by Hilapdatus over 4 years ago
- Subject changed from /secure/sefun/load_object.c, line 21 to AddSimpleObject() doesn't seem to be working
- Description updated (diff)
- Status changed from New to In Progress
It looks like the driver no longer passes additional arguments from new() into create(). So, new(LIBITEM_SIMPLE_OBJECTS, data, ids)
calls create()
and not create(data, ids)
.
Updated by Hilapdatus over 4 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
Applied in changeset mudlib:commit:lib|da7cb2771f09970aadea3defd5588eb6f6c8b04d.
Actions