Removed Common Profiler and Zone Profiler. They're well past outdated status and are just code bloat.

This commit is contained in:
KimLS
2013-08-29 15:46:40 -07:00
parent 406e2f84eb
commit fcd9b525a8
49 changed files with 23 additions and 866 deletions
-7
View File
@@ -560,9 +560,6 @@ void NPC::RemoveCash() {
bool NPC::Process()
{
_ZP(NPC_Process);
adverrorinfo = 1;
if (IsStunned() && stunned_timer.Check())
{
this->stunned = false;
@@ -583,8 +580,6 @@ bool NPC::Process()
return false;
}
adverrorinfo = 2;
SpellProcess();
if(tic_timer.Check())
@@ -2321,8 +2316,6 @@ bool NPC::CanTalk()
//iOther the mob who is doing the looking. It should figure out
//what iOther thinks about 'this'
FACTION_VALUE NPC::GetReverseFactionCon(Mob* iOther) {
_ZP(NPC_GetReverseFactionCon);
iOther = iOther->GetOwnerOrSelf();
int primaryFaction= iOther->GetPrimaryFaction();