[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;

View file

@ -2876,7 +2876,7 @@ Pet* Map::GetPet(ObjectGuid guid)
/**
* Function return corpse that at CURRENT map
*
* Note: corpse can be NOT IN WORLD, so can't be used corspe->GetMap() without pre-check corpse->isInWorld()
* Note: corpse can be NOT IN WORLD, so can't be used corpse->GetMap() without pre-check corpse->isInWorld()
*
* @param guid must be corpse guid (HIGHGUID_CORPSE)
*/

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11293"
#define REVISION_NR "11294"
#endif // __REVISION_NR_H__