mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
Codestyle: Renamed some variables to fit codestyle, corrected order in structure/class fields to match alignment (they use slightly less memory now)
Signed-off-by: Subv <s.v.h21@hotmail.com>
This commit is contained in:
@@ -551,7 +551,7 @@ public:
|
||||
return;
|
||||
|
||||
QuestStatusMap::const_iterator itr = caster->ToPlayer()->getQuestStatusMap().find(QUEST_ENTRY);
|
||||
if (itr->second.m_status != QUEST_STATUS_INCOMPLETE)
|
||||
if (itr->second.Status != QUEST_STATUS_INCOMPLETE)
|
||||
return;
|
||||
|
||||
for (uint8 i=0; i<3; i++)
|
||||
@@ -575,7 +575,7 @@ public:
|
||||
break;
|
||||
}
|
||||
|
||||
if (itr->second.m_creatureOrGOcount[i] != 0)
|
||||
if (itr->second.CreatureOrGOCount[i] != 0)
|
||||
continue;
|
||||
|
||||
caster->ToPlayer()->KilledMonsterCredit(me->GetEntry(), 0);
|
||||
|
||||
Reference in New Issue
Block a user