mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-01 02:16:15 -04:00
Renamed ListObject -> Delta. Guild null fix
Delete your ODB for this
This commit is contained in:
@@ -41,7 +41,7 @@ import engine.clientdata.visitors.DatatableVisitor;
|
||||
import engine.resources.common.CRC;
|
||||
|
||||
@Persistent(version=8)
|
||||
public class Buff implements IListObject {
|
||||
public class Buff implements IDelta {
|
||||
|
||||
@NotPersistent
|
||||
private SimpleBufferAllocator bufferPool = new SimpleBufferAllocator();
|
||||
|
||||
Reference in New Issue
Block a user