From 26a478c662412354adb47285b400280e23717e24 Mon Sep 17 00:00:00 2001 From: MobiusDev <8391001+MobiusDevelopment@users.noreply.github.com> Date: Sun, 3 Jun 2018 00:03:01 +0000 Subject: [PATCH] Updated quest Kicking Out Unwelcome Guests (493) reward. Contributed by kabivel. --- .../Q00493_KickingOutUnwelcomeGuests.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; }