#240 Traits need to persist after reloading spells

닫힘
neatz093 년 전을 오픈 · 3개의 코멘트
neatz09 코멘트됨, 3 년 전
아직 콘텐츠가 없습니다.
image 코멘트됨, 3 년 전
협업자

we do reload traits it seems:

void MasterSpellList::Reload(){
    master_trait_list.DestroyTraits();
    DestroySpells();
    database.LoadSpells();
    database.LoadSpellErrors();
    database.LoadTraits();
}

is it that the client is not updated? Have you tried zoning?

we do reload traits it seems: ``` void MasterSpellList::Reload(){ master_trait_list.DestroyTraits(); DestroySpells(); database.LoadSpells(); database.LoadSpellErrors(); database.LoadTraits(); } ``` is it that the client is not updated? Have you tried zoning?
image 코멘트됨, 3 년 전
협업자

Closing as cannot reproduce per discussion with neatz

Closing as cannot reproduce per discussion with neatz
image 코멘트됨, 3 년 전
협업자

Closing as cannot reproduce per discussion with neatz

Closing as cannot reproduce per discussion with neatz
image 3 년 전가 Close
로그인하여 이 대화에 참여
로딩중...
취소
저장
아직 콘텐츠가 없습니다.