Core/Misc: identation fixes

This commit is contained in:
moob0
2016-11-22 22:32:50 +01:00
committed by Shin
parent bb429b22cf
commit a9ca43310e
4 changed files with 15 additions and 30 deletions

View File

@@ -12657,7 +12657,7 @@ Item* Player::EquipItem(uint16 pos, Item* pItem, bool update)
UpdateAchievementCriteria(ACHIEVEMENT_CRITERIA_TYPE_EQUIP_ITEM, pItem->GetEntry());
UpdateAchievementCriteria(ACHIEVEMENT_CRITERIA_TYPE_EQUIP_EPIC_ITEM, pItem->GetEntry(), slot);
sScriptMgr->OnEquip(this, pItem, bag, slot, update);
sScriptMgr->OnEquip(this, pItem, bag, slot, update);
return pItem;
}