mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 00:46:46 +00:00
More work on salvage, added some extra checks and won't return stacks of items
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user