if (item != null)
{
if (Config.DEBUG) _log.fine("Item id to drop: " + item.getItemId() + " amount: " + item.getCount());
// Check if the autoLoot mode is active
if (Config.AUTO_LOOT) player.doAutoLoot(this, item); // Give this or these Item(s) to the L2PcInstance that has killed the L2Attackable
else DropItem(player, item); // drop the item on the ground
// Broadcast message if RaidBoss was defeated
if(this instanceof L2RaidBossInstance)
{