From dd243af47e72aeeff97bb84f0418a3500e58aad1 Mon Sep 17 00:00:00 2001 From: MobiusDevelopment <8391001+MobiusDevelopment@users.noreply.github.com> Date: Wed, 8 Sep 2021 13:52:50 +0000 Subject: [PATCH] Fixed small typo on Greedy Treasure Chests AI. Contributed by CostyKiller. --- .../dist/game/data/scripts/ai/others/GreedyTreasureChests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/L2J_Mobius_9.2_ReturnOfTheQueenAnt/dist/game/data/scripts/ai/others/GreedyTreasureChests.java b/L2J_Mobius_9.2_ReturnOfTheQueenAnt/dist/game/data/scripts/ai/others/GreedyTreasureChests.java index 30afb89eb7..075556f87c 100644 --- a/L2J_Mobius_9.2_ReturnOfTheQueenAnt/dist/game/data/scripts/ai/others/GreedyTreasureChests.java +++ b/L2J_Mobius_9.2_ReturnOfTheQueenAnt/dist/game/data/scripts/ai/others/GreedyTreasureChests.java @@ -117,7 +117,7 @@ public final class GreedyTreasureChests extends AbstractNpcAI private static final List DROPLIST_LV110_CHEST = new ArrayList<>(); static { - DROPLIST_LV110_CHEST.add(new ItemHolder(17538, 1)); // +7 Bloody Helios Pack + DROPLIST_LV110_CHEST.add(new ItemHolder(27538, 1)); // +7 Bloody Helios Pack DROPLIST_LV110_CHEST.add(new ItemHolder(48204, 1)); // Radiant Warrior's Circlet DROPLIST_LV110_CHEST.add(new ItemHolder(48207, 1)); // Radiant Wizard's Circlet DROPLIST_LV110_CHEST.add(new ItemHolder(48210, 1)); // Radiant Knight's Circlet