From 63015b54d5d8bdc69417f10f9365171170aee70b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 13 Sep 2019 22:21:08 -0300 Subject: The bug on 011-3 bridges was a missing argument --- npc/functions/hub.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/functions') diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index 7e3b44ea6..b5191fc6d 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -61,7 +61,7 @@ function script HUB_Logout { } // Died or logged during Bandit Lord fight if (.@mapa$ == "015-2") { - if (isin("015-2", 228, 227, )) + if (isin("015-2", 228, 227, 282, 280)) killmonster("015-2", "#BanditLordDen::OnLordDeath"); } // Died or logged out on Blue Sage House -- cgit v1.2.3-70-g09d2