#240 Traits need to persist after reloading spells

Fermé
Créé il y a 3 ans par neatz09 · 3 commentaires
neatz09 a commenté il y a 3 ans
Il n'existe pas encore de contenu.
image a commenté il y a 3 ans
Collaborateur

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 a commenté il y a 3 ans
Collaborateur

Closing as cannot reproduce per discussion with neatz

Closing as cannot reproduce per discussion with neatz
image a commenté il y a 3 ans
Collaborateur

Closing as cannot reproduce per discussion with neatz

Closing as cannot reproduce per discussion with neatz
Connectez-vous pour rejoindre cette conversation.
Chargement…
Annuler
Enregistrer
Il n'existe pas encore de contenu.