Bug #161
closed
AddSimpleObject() doesn't seem to be working
Added by MUD over 4 years ago.
Updated over 4 years ago.
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.
- 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)
.
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
Applied in changeset mudlib:commit:lib|da7cb2771f09970aadea3defd5588eb6f6c8b04d.
Also available in: Atom
PDF