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:
CharonInferar
2014-05-21 18:50:02 +02:00
parent 4a402abfc9
commit 164ed38fc4
38 changed files with 211 additions and 127 deletions
+1 -1
View File
@@ -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);