diff --git a/src/game/AchievementMgr.cpp b/src/game/AchievementMgr.cpp index cc68350ea..175f59728 100644 --- a/src/game/AchievementMgr.cpp +++ b/src/game/AchievementMgr.cpp @@ -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; diff --git a/src/game/Map.cpp b/src/game/Map.cpp index 6ed780b42..3c0dbf7cd 100644 --- a/src/game/Map.cpp +++ b/src/game/Map.cpp @@ -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) */ diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 70b03c22a..32b175d3d 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "11293" + #define REVISION_NR "11294" #endif // __REVISION_NR_H__