mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +00:00
[11294] corspe -> corpse typos fix.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
ee5b59b7e0
commit
cc24542aec
3 changed files with 3 additions and 3 deletions
|
|
@ -1269,7 +1269,7 @@ void AchievementMgr::UpdateAchievementCriteria(AchievementCriteriaTypes type, ui
|
||||||
break;
|
break;
|
||||||
case ACHIEVEMENT_CRITERIA_TYPE_LOOT_TYPE:
|
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
|
// miscvalue2=count of item loot
|
||||||
if (!miscvalue1 || !miscvalue2)
|
if (!miscvalue1 || !miscvalue2)
|
||||||
continue;
|
continue;
|
||||||
|
|
|
||||||
|
|
@ -2876,7 +2876,7 @@ Pet* Map::GetPet(ObjectGuid guid)
|
||||||
/**
|
/**
|
||||||
* Function return corpse that at CURRENT map
|
* 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)
|
* @param guid must be corpse guid (HIGHGUID_CORPSE)
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "11293"
|
#define REVISION_NR "11294"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue