Skip to content

Commit

Permalink
Fix Mr Ross's head
Browse files Browse the repository at this point in the history
  • Loading branch information
AntumDeluge committed Dec 21, 2024
1 parent a9ae0db commit 962bd11
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions doc/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ Changelog
---------
---------

1.49

*bug fixes*
- fixed invalid head outfit index of Mr Ross


1.48

*world*
Expand Down
4 changes: 2 additions & 2 deletions src/games/stendhal/server/maps/ados/rosshouse/FatherNPC.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* $Id$ */
/***************************************************************************
* (C) Copyright 2003-2010 - Stendhal *
* (C) Copyright 2003-2024 - Stendhal *
***************************************************************************
***************************************************************************
* *
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit 962bd11

Please sign in to comment.