#240 Traits need to persist after reloading spells

已關閉
neatz093 年之前創建 · 3 條評論
neatz09 commented 3 年之前
尚未有任何內容
image commented 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 commented 3 年之前
協同者

Closing as cannot reproduce per discussion with neatz

Closing as cannot reproduce per discussion with neatz
image commented 3 年之前
協同者

Closing as cannot reproduce per discussion with neatz

Closing as cannot reproduce per discussion with neatz
image3 年之前 關閉
Sign in to join this conversation.
正在加載...
取消
保存
尚未有任何內容