Updt engine, fixed #688 #750 #712 #729 & more

This commit is contained in:
Treeku
2014-06-07 12:30:47 +01:00
parent c4df3a77b8
commit 9eae0485dc
2 changed files with 2 additions and 4 deletions
+2 -4
View File
@@ -42,7 +42,6 @@ import java.util.concurrent.atomic.AtomicInteger;
import protocol.swg.PlayClientEffectObjectTransformMessage;
import protocol.swg.StopClientEffectObjectByLabel;
import resources.objects.craft.DraftSchematic;
import resources.common.OutOfBand;
import resources.datatables.DisplayType;
import resources.loot.LootGroup;
@@ -71,6 +70,7 @@ import engine.resources.service.INetworkRemoteEvent;
* @author Charon
*/
@SuppressWarnings("unused")
public class LootService implements INetworkDispatch {
private NGECore core;
@@ -565,7 +565,6 @@ public class LootService implements INetworkDispatch {
return null;
}
@SuppressWarnings("unused")
private void handleLootPoolItems(String itemName,LootRollSession lootRollSession){
final Vector<String> foundPath = new Vector<String>();
@@ -1511,7 +1510,7 @@ public class LootService implements INetworkDispatch {
int finalMinDmg = 0;
int finalMaxDmg = 0;
@SuppressWarnings("unused") String tunableObjectName = "";
String tunableObjectName = "";
if (objectType.contains("powercrystal")){
tunableObjectName = "Power Crystal";
@@ -2493,7 +2492,6 @@ public class LootService implements INetworkDispatch {
// util method
@SuppressWarnings("unused")
private void printArrayElements(TangibleObject[] array){
System.out.print("Array [");
for (int i=0;i<array.length;i++){