From 700af20844d4097cda98f2a62167b6f48e95f1df Mon Sep 17 00:00:00 2001 From: davidfvsilva Date: Mon, 17 Feb 2025 13:07:46 +0100 Subject: [PATCH] fix: act 5 barbarians are good boys (#75) --- pkg/data/npc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/data/npc.go b/pkg/data/npc.go index ee87100..72cc0c9 100644 --- a/pkg/data/npc.go +++ b/pkg/data/npc.go @@ -151,7 +151,7 @@ func (m Monster) IsPet() bool { func (m Monster) IsGoodNPC() bool { switch m.Name { case 146, 154, 147, 150, 155, 148, 244, 210, 175, 199, 198, 177, 178, 201, 202, 200, 331, 245, 264, 255, 176, - 252, 254, 253, 297, 246, 251, 367, 521, 257, 405, 265, 520, 512, 527, 515, 513, 511, 514, 266, 408, 406: + 252, 254, 253, 297, 246, 251, 367, 521, 257, 405, 265, 520, 512, 518, 527, 515, 513, 511, 514, 266, 408, 406: return true }