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
@@ -314,7 +314,7 @@ float Client::mod_tradeskill_skillup(float chance_stage2) {
}
//Tribute value override
int32 Client::mod_tribute_item_value(int32 pts) {
int32 Client::mod_tribute_item_value(int32 pts, const ItemInst* item) {
return(0);
}