Merge pull request 'fixbug/npc-dialog' (#336) from fixbug/npc-dialog into develop

Reviewed-on: https://git.pthub.vn/Unity/perfect-world-unity/pulls/336
This commit is contained in:
hungdk
2026-04-13 07:21:22 +00:00
@@ -3260,7 +3260,7 @@ namespace BrewMonster.UI
id_dialog = (int)pService.id_dialog;
idFunction = (int)SERVICE_TYPE.NPC_PROXY;
}
else if (DataType == DATA_TYPE.DT_NPC_STORAGE_SERVICE)
/*else if (DataType == DATA_TYPE.DT_NPC_STORAGE_SERVICE)
{
NPC_STORAGE_SERVICE pService = (NPC_STORAGE_SERVICE)pData;
string strText1 = m_pLst_Main.GetText(nCurSel);
@@ -3273,7 +3273,7 @@ namespace BrewMonster.UI
idFunction = (int)SERVICE_TYPE.NPC_ACCOUNT_STORAGE;
else
idFunction = (int)SERVICE_TYPE.NPC_STORAGE;
}
}*/
else if (DataType == DATA_TYPE.DT_NPC_MAKE_SERVICE)
{
NPC_MAKE_SERVICE pService = (NPC_MAKE_SERVICE)pData;