mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-09-24 09:12:56 -04:00
Temp patchfix for creating chars issue
Will fix it properly soon, atm everyone needs to be able to create chars.
This commit is contained in:
@@ -24,7 +24,6 @@ package resources.objects.waypoint;
|
||||
import java.io.Serializable;
|
||||
|
||||
import resources.objects.intangible.IntangibleObject;
|
||||
import resources.objects.tangible.TangibleMessageBuilder;
|
||||
|
||||
import com.sleepycat.persist.model.Persistent;
|
||||
|
||||
@@ -37,7 +36,7 @@ import engine.resources.scene.Quaternion;
|
||||
public class WaypointObject extends IntangibleObject implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
|
||||
private int cellId; // ???
|
||||
private long locationNetworkId;
|
||||
private int planetCRC;
|
||||
|
||||
Reference in New Issue
Block a user