*Fix some problems with ProcFlag

--HG--
branch : trunk
This commit is contained in:
QAston
2009-04-13 15:52:59 +02:00
parent cbc6269b47
commit beab3e0125
5 changed files with 5 additions and 4 deletions

View File

@@ -576,6 +576,7 @@ void Pet::Update(uint32 diff)
default:
break;
}
uint32 guidlow = GetGUIDLow();
Creature::Update(diff);
}