diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/Q00493_KickingOutUnwelcomeGuests/Q00493_KickingOutUnwelcomeGuests.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/Q00493_KickingOutUnwelcomeGuests/Q00493_KickingOutUnwelcomeGuests.java index d8580ecf76..236baf125e 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/Q00493_KickingOutUnwelcomeGuests/Q00493_KickingOutUnwelcomeGuests.java +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/quests/Q00493_KickingOutUnwelcomeGuests/Q00493_KickingOutUnwelcomeGuests.java @@ -81,7 +81,8 @@ public final class Q00493_KickingOutUnwelcomeGuests extends Quest { if (st.isCond(2)) { - addExpAndSp(player, 560_000_000, 134_400); + addExpAndSp(player, 2926255980L, 2926200); + giveAdena(player, 1187940, true); st.exitQuest(QuestType.DAILY, true); htmltext = event; }