From 37c329fbb8847532a13f136c16e35470700dd2ec Mon Sep 17 00:00:00 2001 From: Tran Hai Nam Date: Mon, 20 Apr 2026 16:53:24 +0700 Subject: [PATCH] remove .wav --- Assets/PerfectWorld/Scripts/NPC/CECModel.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Assets/PerfectWorld/Scripts/NPC/CECModel.cs b/Assets/PerfectWorld/Scripts/NPC/CECModel.cs index 7e2c70fdef..a968392d5e 100644 --- a/Assets/PerfectWorld/Scripts/NPC/CECModel.cs +++ b/Assets/PerfectWorld/Scripts/NPC/CECModel.cs @@ -687,7 +687,6 @@ public class CECModel if(sfx.m_strFilePaths != null && sfx.m_strFilePaths.Count > 0) { string soundpath = AFile.NormalizePath(sfx.m_strFilePaths[0]); - soundpath += ".wav"; soundpath = soundpath.ToLower(); SFXManager.Instance.PlaySkillSfxAtPointAsync(soundpath, Vector3.zero).Forget();