DISABLE NPC Storage
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user