fix more quest stuff

This commit is contained in:
SilicaAndPina 2021-02-09 19:03:20 +13:00
parent 68eaee2d1c
commit d776d2adc3
5 changed files with 8268 additions and 8033 deletions

View file

@ -81,7 +81,7 @@ namespace HISP.Game
}
}
throw new KeyNotFoundException("Npc chatpoint id: " + chatpointId + " not found!");
return npc.Chatpoints[0];
}
public static int GetDefaultChatpoint(User user, NpcEntry npc)