Updated mod_functions with DC examples

This commit is contained in:
root
2013-05-17 12:27:18 -05:00
parent 2d1805c983
commit 1b9647f57e
4 changed files with 76 additions and 8 deletions
+1 -1
View File
@@ -252,7 +252,7 @@ int32 Client::TributeItem(uint32 slot, uint32 quantity) {
//figure out what its worth
int32 pts = inst->GetItem()->Favor;
pts = mod_tribute_item_value(pts);
pts = mod_tribute_item_value(pts, m_inv[slot]);
if(pts < 1) {
Message(13, "This item is worthless for favor.");