Core: More Function Renaming.

This commit is contained in:
Malcrom
2013-06-11 21:25:12 -02:30
parent 66978cfc3b
commit ec474a62e5
143 changed files with 542 additions and 542 deletions

View File

@@ -112,7 +112,7 @@ void LoadSkillExtraItemTable()
TC_LOG_INFO(LOG_FILTER_SERVER_LOADING, ">> Loaded %u spell specialization definitions in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
}
bool canCreateExtraItems(Player* player, uint32 spellId, float &additionalChance, uint8 &additionalMax)
bool CanCreateExtraItems(Player* player, uint32 spellId, float &additionalChance, uint8 &additionalMax)
{
// get the info for the specified spell
SkillExtraItemMap::const_iterator ret = SkillExtraItemStore.find(spellId);