#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
image3 年之前 关闭
登录 并参与到对话中。
正在加载...
取消
保存
这个人很懒,什么都没留下。