More work on salvage, added some extra checks and won't return stacks of items

This commit is contained in:
mackal
2013-04-08 14:16:08 -04:00
parent 91c817d9dd
commit 81ca7a1bfd
2 changed files with 39 additions and 16 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ struct DBTradeskillRecipe_Struct {
bool replace_container;
vector< pair<uint32,uint8> > onsuccess;
vector< pair<uint32,uint8> > onfail;
vector< pair<uint32,uint8> > onsalvage;
vector< pair<uint32,uint8> > salvage;
string name;
uint8 must_learn;
bool has_learnt;