#240 Traits need to persist after reloading spells

Closed
opened 3 years ago by neatz09 · 3 comments
neatz09 commented 3 years ago
There is no content yet.
image commented 3 years ago
Collaborator

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 years ago
Collaborator

Closing as cannot reproduce per discussion with neatz

Closing as cannot reproduce per discussion with neatz
image commented 3 years ago
Collaborator

Closing as cannot reproduce per discussion with neatz

Closing as cannot reproduce per discussion with neatz
Sign in to join this conversation.
Loading...
Cancel
Save
There is no content yet.