Merge pull request #97 from RedSparr0w/knights-sword-fix

fix cupboard object spawning - Knights Sword Quest
This commit is contained in:
Josh Shippam
2019-10-24 22:59:19 +01:00
committed by GitHub
@@ -293,7 +293,7 @@ public class ObjectsActions {
case 2271:
player.getActionSender().object(2272, 2984, 3336, 1, 10);
Region.addObject(2272, 2984, 336, 0, 10, 1, false);
Region.addObject(2272, 2984, 3336, 2, 10, 1, false);
player.getActionSender().sendMessage("You open the cupboard.");
break;