make sure list is init

This commit is contained in:
vuong dinh hoang
2026-05-31 14:24:26 +07:00
parent 87cea0adcb
commit 366a857a9e
@@ -98,6 +98,7 @@ namespace BrewMonster.Scripts.Skills
public CECHostSkillModel()
{
m_allProfSkills = new Dictionary<int, ElementSkill>();
m_skillLearnNPCNID = 0;
m_bReceivedNPCGreeting = false;
m_bInitialized = false;