This commit is contained in:
Akkadius 2019-01-03 20:49:03 -06:00
commit d073d682e7

View File

@ -1663,7 +1663,7 @@ void Mob::ShowBuffList(Client* client) {
}
void Mob::GMMove(float x, float y, float z, float heading, bool SendUpdate) {
if (IsCorpse()) {
if (IsCorpse() || (IsClient() && !IsAIControlled())) {
m_Position.x = x;
m_Position.y = y;
m_Position.z = z;