blood droppers

This commit is contained in:
2024-04-13 21:09:28 -05:00
parent f95dd7f6f2
commit 487e557ef9
+1
View File
@@ -201,6 +201,7 @@ public enum LootManager {
chatMsg.setMessageType(10);
chatMsg.setChannel(Enum.ChatChannelType.SYSTEM.getChannelID());
DispatchMessage.dispatchMsgToAll(chatMsg);
mob.getCharItemManager().addItemToInventory(specialDrop);
}
}