Removed unnecessary returns.
This commit is contained in:
parent
dad6f6e541
commit
0a7f937020
@ -464,7 +464,6 @@ public class QuestState
|
|||||||
{
|
{
|
||||||
set("cond", Integer.toString(value));
|
set("cond", Integer.toString(value));
|
||||||
}
|
}
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -464,7 +464,6 @@ public class QuestState
|
|||||||
{
|
{
|
||||||
set("cond", Integer.toString(value));
|
set("cond", Integer.toString(value));
|
||||||
}
|
}
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -464,7 +464,6 @@ public class QuestState
|
|||||||
{
|
{
|
||||||
set("cond", Integer.toString(value));
|
set("cond", Integer.toString(value));
|
||||||
}
|
}
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -464,7 +464,6 @@ public class QuestState
|
|||||||
{
|
{
|
||||||
set("cond", Integer.toString(value));
|
set("cond", Integer.toString(value));
|
||||||
}
|
}
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -464,7 +464,6 @@ public class QuestState
|
|||||||
{
|
{
|
||||||
set("cond", Integer.toString(value));
|
set("cond", Integer.toString(value));
|
||||||
}
|
}
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -464,7 +464,6 @@ public class QuestState
|
|||||||
{
|
{
|
||||||
set("cond", Integer.toString(value));
|
set("cond", Integer.toString(value));
|
||||||
}
|
}
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -464,7 +464,6 @@ public class QuestState
|
|||||||
{
|
{
|
||||||
set("cond", Integer.toString(value));
|
set("cond", Integer.toString(value));
|
||||||
}
|
}
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -464,7 +464,6 @@ public class QuestState
|
|||||||
{
|
{
|
||||||
set("cond", Integer.toString(value));
|
set("cond", Integer.toString(value));
|
||||||
}
|
}
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -48,20 +48,6 @@ public class ClanWarehouse extends Warehouse
|
|||||||
return ItemLocation.CLANWH;
|
return ItemLocation.CLANWH;
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getLocationId()
|
|
||||||
{
|
|
||||||
return "0";
|
|
||||||
}
|
|
||||||
|
|
||||||
public int getLocationId(boolean dummy)
|
|
||||||
{
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setLocationId(PlayerInstance dummy)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean validateCapacity(int slots)
|
public boolean validateCapacity(int slots)
|
||||||
{
|
{
|
||||||
|
@ -40,21 +40,6 @@ public class PlayerWarehouse extends Warehouse
|
|||||||
return ItemLocation.WAREHOUSE;
|
return ItemLocation.WAREHOUSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getLocationId()
|
|
||||||
{
|
|
||||||
return "0";
|
|
||||||
}
|
|
||||||
|
|
||||||
public int getLocationId(boolean dummy)
|
|
||||||
{
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setLocationId(PlayerInstance dummy)
|
|
||||||
{
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean validateCapacity(int slots)
|
public boolean validateCapacity(int slots)
|
||||||
{
|
{
|
||||||
|
@ -188,6 +188,5 @@ public class FuncEnchant extends Func
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -48,20 +48,6 @@ public class ClanWarehouse extends Warehouse
|
|||||||
return ItemLocation.CLANWH;
|
return ItemLocation.CLANWH;
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getLocationId()
|
|
||||||
{
|
|
||||||
return "0";
|
|
||||||
}
|
|
||||||
|
|
||||||
public int getLocationId(boolean dummy)
|
|
||||||
{
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setLocationId(PlayerInstance dummy)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean validateCapacity(int slots)
|
public boolean validateCapacity(int slots)
|
||||||
{
|
{
|
||||||
|
@ -40,21 +40,6 @@ public class PlayerWarehouse extends Warehouse
|
|||||||
return ItemLocation.WAREHOUSE;
|
return ItemLocation.WAREHOUSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getLocationId()
|
|
||||||
{
|
|
||||||
return "0";
|
|
||||||
}
|
|
||||||
|
|
||||||
public int getLocationId(boolean dummy)
|
|
||||||
{
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setLocationId(PlayerInstance dummy)
|
|
||||||
{
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean validateCapacity(int slots)
|
public boolean validateCapacity(int slots)
|
||||||
{
|
{
|
||||||
|
@ -188,6 +188,5 @@ public class FuncEnchant extends Func
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -464,7 +464,6 @@ public class QuestState
|
|||||||
{
|
{
|
||||||
set("cond", Integer.toString(value));
|
set("cond", Integer.toString(value));
|
||||||
}
|
}
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -464,7 +464,6 @@ public class QuestState
|
|||||||
{
|
{
|
||||||
set("cond", Integer.toString(value));
|
set("cond", Integer.toString(value));
|
||||||
}
|
}
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -464,7 +464,6 @@ public class QuestState
|
|||||||
{
|
{
|
||||||
set("cond", Integer.toString(value));
|
set("cond", Integer.toString(value));
|
||||||
}
|
}
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -464,7 +464,6 @@ public class QuestState
|
|||||||
{
|
{
|
||||||
set("cond", Integer.toString(value));
|
set("cond", Integer.toString(value));
|
||||||
}
|
}
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -464,7 +464,6 @@ public class QuestState
|
|||||||
{
|
{
|
||||||
set("cond", Integer.toString(value));
|
set("cond", Integer.toString(value));
|
||||||
}
|
}
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -464,7 +464,6 @@ public class QuestState
|
|||||||
{
|
{
|
||||||
set("cond", Integer.toString(value));
|
set("cond", Integer.toString(value));
|
||||||
}
|
}
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -464,7 +464,6 @@ public class QuestState
|
|||||||
{
|
{
|
||||||
set("cond", Integer.toString(value));
|
set("cond", Integer.toString(value));
|
||||||
}
|
}
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user