From 680b77970e9cacbdd01379f1d7929b29c43c6ecd Mon Sep 17 00:00:00 2001 From: HungDK <> Date: Mon, 13 Apr 2026 14:19:27 +0700 Subject: [PATCH] DISABLE NPC Storage --- Assets/PerfectWorld/Scripts/UI/Dialogs/DlgNPC.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/PerfectWorld/Scripts/UI/Dialogs/DlgNPC.cs b/Assets/PerfectWorld/Scripts/UI/Dialogs/DlgNPC.cs index d91425ed98..819cc16740 100644 --- a/Assets/PerfectWorld/Scripts/UI/Dialogs/DlgNPC.cs +++ b/Assets/PerfectWorld/Scripts/UI/Dialogs/DlgNPC.cs @@ -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;