mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-23 21:25:52 +12:00
fix more quest stuff
This commit is contained in:
parent
68eaee2d1c
commit
d776d2adc3
5 changed files with 8268 additions and 8033 deletions
|
@ -2749,6 +2749,7 @@ namespace HISP.Server
|
|||
Npc.NpcEntry entry = Npc.GetNpcById(chatId);
|
||||
|
||||
int defaultChatpointId = Npc.GetDefaultChatpoint(sender.LoggedinUser, entry);
|
||||
|
||||
Npc.NpcChat startingChatpoint = Npc.GetNpcChatpoint(entry, defaultChatpointId);
|
||||
|
||||
string metaInfo = Meta.BuildNpcChatpoint(sender.LoggedinUser, entry, startingChatpoint);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue