Added debug message to lootservice

This commit is contained in:
Treeku
2014-06-04 17:40:47 +02:00
committed by CharonInferar
parent df69ee0778
commit 053ad0ef99
+3
View File
@@ -224,6 +224,9 @@ public class LootService implements INetworkDispatch {
// RLS chest effect
if (droppedItem.getAttachment("LootItemName").toString().contains("Loot Chest")){
requester.playEffectObject("clienteffect/level_granted.cef", "");
if (requester.getClient().isGM()) {
requester.sendSystemMessage("GM Message: Played leveling effect due to RLC dropping.", DisplayType.Broadcast);
}
}
}