mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-01 02:16:15 -04:00
Added imperial outpost, fixed visibility issue
- Added force crystal hunter's cave - Added imperial outpost NPCs - Fixed creature visibility while mounted - Tweaked some spawn areas - Debugged some spawn issues
This commit is contained in:
@@ -1310,7 +1310,7 @@ public class LootService implements INetworkDispatch {
|
||||
}
|
||||
|
||||
|
||||
public void handleContainer(SWGObject actor, int containerID, String lootPool, String planetName){
|
||||
public void handleContainer(int containerID, String lootPool, String planetName){
|
||||
|
||||
long objectId = containerID + 0xFFFFFFFF;
|
||||
TangibleObject containerObject = (TangibleObject) core.objectService.getObject(objectId);
|
||||
|
||||
Reference in New Issue
Block a user