remove .wav

This commit is contained in:
Tran Hai Nam
2026-04-20 16:53:24 +07:00
parent c79e2a7c5d
commit 37c329fbb8
@@ -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();