[11294] corspe -> corpse typos fix.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
crackm 2011-03-27 22:47:43 +04:00 committed by VladimirMangos
parent ee5b59b7e0
commit cc24542aec
3 changed files with 3 additions and 3 deletions

View file

@ -1269,7 +1269,7 @@ void AchievementMgr::UpdateAchievementCriteria(AchievementCriteriaTypes type, ui
break;
case ACHIEVEMENT_CRITERIA_TYPE_LOOT_TYPE:
{
// miscvalue1=loot_type (note: 0 = LOOT_CORSPE and then it ignored)
// miscvalue1=loot_type (note: 0 = LOOT_CORPSE and then it ignored)
// miscvalue2=count of item loot
if (!miscvalue1 || !miscvalue2)
continue;