ResetOwner task should reset id only when location is VOID.
This commit is contained in:
@ -515,7 +515,11 @@ public class ItemTable
|
||||
@Override
|
||||
public void run()
|
||||
{
|
||||
_item.setOwnerId(0);
|
||||
// Set owner id to 0 only when location is VOID.
|
||||
if (_item.getItemLocation() == ItemLocation.VOID)
|
||||
{
|
||||
_item.setOwnerId(0);
|
||||
}
|
||||
_item.setItemLootShedule(null);
|
||||
}
|
||||
}
|
||||
|
@ -515,7 +515,11 @@ public class ItemTable
|
||||
@Override
|
||||
public void run()
|
||||
{
|
||||
_item.setOwnerId(0);
|
||||
// Set owner id to 0 only when location is VOID.
|
||||
if (_item.getItemLocation() == ItemLocation.VOID)
|
||||
{
|
||||
_item.setOwnerId(0);
|
||||
}
|
||||
_item.setItemLootShedule(null);
|
||||
}
|
||||
}
|
||||
|
@ -515,7 +515,11 @@ public class ItemTable
|
||||
@Override
|
||||
public void run()
|
||||
{
|
||||
_item.setOwnerId(0);
|
||||
// Set owner id to 0 only when location is VOID.
|
||||
if (_item.getItemLocation() == ItemLocation.VOID)
|
||||
{
|
||||
_item.setOwnerId(0);
|
||||
}
|
||||
_item.setItemLootShedule(null);
|
||||
}
|
||||
}
|
||||
|
@ -515,7 +515,11 @@ public class ItemTable
|
||||
@Override
|
||||
public void run()
|
||||
{
|
||||
_item.setOwnerId(0);
|
||||
// Set owner id to 0 only when location is VOID.
|
||||
if (_item.getItemLocation() == ItemLocation.VOID)
|
||||
{
|
||||
_item.setOwnerId(0);
|
||||
}
|
||||
_item.setItemLootShedule(null);
|
||||
}
|
||||
}
|
||||
|
@ -516,7 +516,11 @@ public class ItemTable
|
||||
@Override
|
||||
public void run()
|
||||
{
|
||||
_item.setOwnerId(0);
|
||||
// Set owner id to 0 only when location is VOID.
|
||||
if (_item.getItemLocation() == ItemLocation.VOID)
|
||||
{
|
||||
_item.setOwnerId(0);
|
||||
}
|
||||
_item.setItemLootShedule(null);
|
||||
}
|
||||
}
|
||||
|
@ -518,7 +518,11 @@ public class ItemTable
|
||||
@Override
|
||||
public void run()
|
||||
{
|
||||
_item.setOwnerId(0);
|
||||
// Set owner id to 0 only when location is VOID.
|
||||
if (_item.getItemLocation() == ItemLocation.VOID)
|
||||
{
|
||||
_item.setOwnerId(0);
|
||||
}
|
||||
_item.setItemLootShedule(null);
|
||||
}
|
||||
}
|
||||
|
@ -518,7 +518,11 @@ public class ItemTable
|
||||
@Override
|
||||
public void run()
|
||||
{
|
||||
_item.setOwnerId(0);
|
||||
// Set owner id to 0 only when location is VOID.
|
||||
if (_item.getItemLocation() == ItemLocation.VOID)
|
||||
{
|
||||
_item.setOwnerId(0);
|
||||
}
|
||||
_item.setItemLootShedule(null);
|
||||
}
|
||||
}
|
||||
|
@ -518,7 +518,11 @@ public class ItemTable
|
||||
@Override
|
||||
public void run()
|
||||
{
|
||||
_item.setOwnerId(0);
|
||||
// Set owner id to 0 only when location is VOID.
|
||||
if (_item.getItemLocation() == ItemLocation.VOID)
|
||||
{
|
||||
_item.setOwnerId(0);
|
||||
}
|
||||
_item.setItemLootShedule(null);
|
||||
}
|
||||
}
|
||||
|
@ -530,7 +530,11 @@ public class ItemTable
|
||||
@Override
|
||||
public void run()
|
||||
{
|
||||
_item.setOwnerId(0);
|
||||
// Set owner id to 0 only when location is VOID.
|
||||
if (_item.getItemLocation() == ItemLocation.VOID)
|
||||
{
|
||||
_item.setOwnerId(0);
|
||||
}
|
||||
_item.setItemLootShedule(null);
|
||||
}
|
||||
}
|
||||
|
@ -530,7 +530,11 @@ public class ItemTable
|
||||
@Override
|
||||
public void run()
|
||||
{
|
||||
_item.setOwnerId(0);
|
||||
// Set owner id to 0 only when location is VOID.
|
||||
if (_item.getItemLocation() == ItemLocation.VOID)
|
||||
{
|
||||
_item.setOwnerId(0);
|
||||
}
|
||||
_item.setItemLootShedule(null);
|
||||
}
|
||||
}
|
||||
|
@ -530,7 +530,11 @@ public class ItemTable
|
||||
@Override
|
||||
public void run()
|
||||
{
|
||||
_item.setOwnerId(0);
|
||||
// Set owner id to 0 only when location is VOID.
|
||||
if (_item.getItemLocation() == ItemLocation.VOID)
|
||||
{
|
||||
_item.setOwnerId(0);
|
||||
}
|
||||
_item.setItemLootShedule(null);
|
||||
}
|
||||
}
|
||||
|
@ -530,7 +530,11 @@ public class ItemTable
|
||||
@Override
|
||||
public void run()
|
||||
{
|
||||
_item.setOwnerId(0);
|
||||
// Set owner id to 0 only when location is VOID.
|
||||
if (_item.getItemLocation() == ItemLocation.VOID)
|
||||
{
|
||||
_item.setOwnerId(0);
|
||||
}
|
||||
_item.setItemLootShedule(null);
|
||||
}
|
||||
}
|
||||
|
@ -372,7 +372,11 @@ public class ItemTable
|
||||
@Override
|
||||
public void run()
|
||||
{
|
||||
_item.setOwnerId(0);
|
||||
// Set owner id to 0 only when location is VOID.
|
||||
if (_item.getItemLocation() == ItemLocation.VOID)
|
||||
{
|
||||
_item.setOwnerId(0);
|
||||
}
|
||||
_item.setItemLootShedule(null);
|
||||
}
|
||||
}
|
||||
|
@ -372,7 +372,11 @@ public class ItemTable
|
||||
@Override
|
||||
public void run()
|
||||
{
|
||||
_item.setOwnerId(0);
|
||||
// Set owner id to 0 only when location is VOID.
|
||||
if (_item.getItemLocation() == ItemLocation.VOID)
|
||||
{
|
||||
_item.setOwnerId(0);
|
||||
}
|
||||
_item.setItemLootShedule(null);
|
||||
}
|
||||
}
|
||||
|
@ -492,7 +492,11 @@ public class ItemTable
|
||||
@Override
|
||||
public void run()
|
||||
{
|
||||
_item.setOwnerId(0);
|
||||
// Set owner id to 0 only when location is VOID.
|
||||
if (_item.getItemLocation() == ItemLocation.VOID)
|
||||
{
|
||||
_item.setOwnerId(0);
|
||||
}
|
||||
_item.setItemLootShedule(null);
|
||||
}
|
||||
}
|
||||
|
@ -492,7 +492,11 @@ public class ItemTable
|
||||
@Override
|
||||
public void run()
|
||||
{
|
||||
_item.setOwnerId(0);
|
||||
// Set owner id to 0 only when location is VOID.
|
||||
if (_item.getItemLocation() == ItemLocation.VOID)
|
||||
{
|
||||
_item.setOwnerId(0);
|
||||
}
|
||||
_item.setItemLootShedule(null);
|
||||
}
|
||||
}
|
||||
|
@ -515,7 +515,11 @@ public class ItemTable
|
||||
@Override
|
||||
public void run()
|
||||
{
|
||||
_item.setOwnerId(0);
|
||||
// Set owner id to 0 only when location is VOID.
|
||||
if (_item.getItemLocation() == ItemLocation.VOID)
|
||||
{
|
||||
_item.setOwnerId(0);
|
||||
}
|
||||
_item.setItemLootShedule(null);
|
||||
}
|
||||
}
|
||||
|
@ -515,7 +515,11 @@ public class ItemTable
|
||||
@Override
|
||||
public void run()
|
||||
{
|
||||
_item.setOwnerId(0);
|
||||
// Set owner id to 0 only when location is VOID.
|
||||
if (_item.getItemLocation() == ItemLocation.VOID)
|
||||
{
|
||||
_item.setOwnerId(0);
|
||||
}
|
||||
_item.setItemLootShedule(null);
|
||||
}
|
||||
}
|
||||
|
@ -516,7 +516,11 @@ public class ItemTable
|
||||
@Override
|
||||
public void run()
|
||||
{
|
||||
_item.setOwnerId(0);
|
||||
// Set owner id to 0 only when location is VOID.
|
||||
if (_item.getItemLocation() == ItemLocation.VOID)
|
||||
{
|
||||
_item.setOwnerId(0);
|
||||
}
|
||||
_item.setItemLootShedule(null);
|
||||
}
|
||||
}
|
||||
|
@ -518,7 +518,11 @@ public class ItemTable
|
||||
@Override
|
||||
public void run()
|
||||
{
|
||||
_item.setOwnerId(0);
|
||||
// Set owner id to 0 only when location is VOID.
|
||||
if (_item.getItemLocation() == ItemLocation.VOID)
|
||||
{
|
||||
_item.setOwnerId(0);
|
||||
}
|
||||
_item.setItemLootShedule(null);
|
||||
}
|
||||
}
|
||||
|
@ -518,7 +518,11 @@ public class ItemTable
|
||||
@Override
|
||||
public void run()
|
||||
{
|
||||
_item.setOwnerId(0);
|
||||
// Set owner id to 0 only when location is VOID.
|
||||
if (_item.getItemLocation() == ItemLocation.VOID)
|
||||
{
|
||||
_item.setOwnerId(0);
|
||||
}
|
||||
_item.setItemLootShedule(null);
|
||||
}
|
||||
}
|
||||
|
@ -518,7 +518,11 @@ public class ItemTable
|
||||
@Override
|
||||
public void run()
|
||||
{
|
||||
_item.setOwnerId(0);
|
||||
// Set owner id to 0 only when location is VOID.
|
||||
if (_item.getItemLocation() == ItemLocation.VOID)
|
||||
{
|
||||
_item.setOwnerId(0);
|
||||
}
|
||||
_item.setItemLootShedule(null);
|
||||
}
|
||||
}
|
||||
|
@ -515,7 +515,11 @@ public class ItemTable
|
||||
@Override
|
||||
public void run()
|
||||
{
|
||||
_item.setOwnerId(0);
|
||||
// Set owner id to 0 only when location is VOID.
|
||||
if (_item.getItemLocation() == ItemLocation.VOID)
|
||||
{
|
||||
_item.setOwnerId(0);
|
||||
}
|
||||
_item.setItemLootShedule(null);
|
||||
}
|
||||
}
|
||||
|
@ -530,7 +530,11 @@ public class ItemTable
|
||||
@Override
|
||||
public void run()
|
||||
{
|
||||
_item.setOwnerId(0);
|
||||
// Set owner id to 0 only when location is VOID.
|
||||
if (_item.getItemLocation() == ItemLocation.VOID)
|
||||
{
|
||||
_item.setOwnerId(0);
|
||||
}
|
||||
_item.setItemLootShedule(null);
|
||||
}
|
||||
}
|
||||
|
@ -530,7 +530,11 @@ public class ItemTable
|
||||
@Override
|
||||
public void run()
|
||||
{
|
||||
_item.setOwnerId(0);
|
||||
// Set owner id to 0 only when location is VOID.
|
||||
if (_item.getItemLocation() == ItemLocation.VOID)
|
||||
{
|
||||
_item.setOwnerId(0);
|
||||
}
|
||||
_item.setItemLootShedule(null);
|
||||
}
|
||||
}
|
||||
|
@ -530,7 +530,11 @@ public class ItemTable
|
||||
@Override
|
||||
public void run()
|
||||
{
|
||||
_item.setOwnerId(0);
|
||||
// Set owner id to 0 only when location is VOID.
|
||||
if (_item.getItemLocation() == ItemLocation.VOID)
|
||||
{
|
||||
_item.setOwnerId(0);
|
||||
}
|
||||
_item.setItemLootShedule(null);
|
||||
}
|
||||
}
|
||||
|
@ -530,7 +530,11 @@ public class ItemTable
|
||||
@Override
|
||||
public void run()
|
||||
{
|
||||
_item.setOwnerId(0);
|
||||
// Set owner id to 0 only when location is VOID.
|
||||
if (_item.getItemLocation() == ItemLocation.VOID)
|
||||
{
|
||||
_item.setOwnerId(0);
|
||||
}
|
||||
_item.setItemLootShedule(null);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user