From 962bd11aeca6415f29a477bf3039a1ebb4f04729 Mon Sep 17 00:00:00 2001 From: Jordan Irwin Date: Sat, 21 Dec 2024 14:57:16 -0800 Subject: [PATCH] Fix Mr Ross's head --- doc/CHANGES.txt | 6 ++++++ .../stendhal/server/maps/ados/rosshouse/FatherNPC.java | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/CHANGES.txt b/doc/CHANGES.txt index 6370a256efe..d89183e100a 100644 --- a/doc/CHANGES.txt +++ b/doc/CHANGES.txt @@ -2,6 +2,12 @@ Changelog --------- --------- +1.49 + +*bug fixes* +- fixed invalid head outfit index of Mr Ross + + 1.48 *world* diff --git a/src/games/stendhal/server/maps/ados/rosshouse/FatherNPC.java b/src/games/stendhal/server/maps/ados/rosshouse/FatherNPC.java index 7c33fcc042d..5bbdc409272 100644 --- a/src/games/stendhal/server/maps/ados/rosshouse/FatherNPC.java +++ b/src/games/stendhal/server/maps/ados/rosshouse/FatherNPC.java @@ -1,6 +1,6 @@ /* $Id$ */ /*************************************************************************** - * (C) Copyright 2003-2010 - Stendhal * + * (C) Copyright 2003-2024 - Stendhal * *************************************************************************** *************************************************************************** * * @@ -75,7 +75,7 @@ protected void onGoodbye(RPEntity player) { }; - npc.setOutfit(1, 34, 7, null, 0, null, 27, null, 0); + npc.setOutfit(1, 34, 0, null, 0, null, 27, null, 0); npc.setPosition(12, 7); npc.setDirection(Direction.DOWN); npc.initHP(100);