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
@@ -1125,7 +1125,7 @@ public:
int16 mod_pet_power(int16 act_power, uint16 spell_id);
float mod_tradeskill_chance(float chance, DBTradeskillRecipe_Struct *spec);
float mod_tradeskill_skillup(float chance_stage2);
int32 mod_tribute_item_value(int32 pts);
int32 mod_tribute_item_value(int32 pts, const ItemInst* item);
void mod_client_death_npc(Mob* killerMob);
void mod_client_death_duel(Mob* killerMob);
void mod_client_death_env();