convert TaskTempl

This commit is contained in:
Le Duc Anh
2025-10-01 15:12:40 +07:00
parent 5477333690
commit 1efca22cb8
9 changed files with 366 additions and 137 deletions
+1 -1
View File
@@ -142,7 +142,7 @@ namespace PerfectWorld.Scripts.Task
continue;
ATaskTempl pTempl = CurEntry.GetTempl();
if (pTempl == null || !pTempl.m_bPQTask)
if (pTempl == null || !pTempl.m_FixedData.m_bPQTask)
continue;
pTempl.IncValidCount();