Work on implementing salvage

This commit is contained in:
mackal
2013-04-07 22:38:43 -04:00
parent 88b9f96b91
commit 91c817d9dd
6 changed files with 58 additions and 2 deletions
+1
View File
@@ -46,6 +46,7 @@ struct DBTradeskillRecipe_Struct {
bool replace_container;
vector< pair<uint32,uint8> > onsuccess;
vector< pair<uint32,uint8> > onfail;
vector< pair<uint32,uint8> > onsalvage;
string name;
uint8 must_learn;
bool has_learnt;