From f735011587f37bc680a37c027f3e60821bfa8c66 Mon Sep 17 00:00:00 2001 From: ryannathans Date: Tue, 18 Jan 2022 18:30:52 +1100 Subject: [PATCH] fix Gertrude's cat quest not completing --- CHANGELOG | 3 ++- .../kotlin/rs09/game/interaction/item/withnpc/GCItemOnCat.kt | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index f60e62874..60fc28373 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -108,4 +108,5 @@ - Fix adventure bots pooling/stuck in Lumbridge after death - ryannathans - Removed server monitor as it was blowing up in headless environments - ryannathans < --- ABOVE Released January 11th, 2022 https://gitlab.com/2009scape/2009scape/-/tags/Jan-11-2022 ---- > -- Removed regular bones from wolf drop table- +- Removed regular bones from wolf drop table - Lethimyr +- Fix Gertrude's Cat quest not completing - ryannathans \ No newline at end of file diff --git a/Server/src/main/kotlin/rs09/game/interaction/item/withnpc/GCItemOnCat.kt b/Server/src/main/kotlin/rs09/game/interaction/item/withnpc/GCItemOnCat.kt index b08b37efb..94136f656 100644 --- a/Server/src/main/kotlin/rs09/game/interaction/item/withnpc/GCItemOnCat.kt +++ b/Server/src/main/kotlin/rs09/game/interaction/item/withnpc/GCItemOnCat.kt @@ -41,6 +41,7 @@ class GCItemOnCat : InteractionListener() { onUseWith(NPC, Items.THREE_LITTLE_KITTENS_13236, NPCs.GERTRUDES_CAT_2997){player, used, with -> if(removeItem(player, used.asItem())){ + setQuestStage(player, GERTCAT, 60) //below copied verbatim from original, I don't like it. Pulser.submit(object : Pulse(1) { var count = 0