mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-19 04:28:22 +00:00
Merge branch 'master' of https://github.com/EQEmu/Server
This commit is contained in:
+1
-1
@@ -1663,7 +1663,7 @@ void Mob::ShowBuffList(Client* client) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Mob::GMMove(float x, float y, float z, float heading, bool SendUpdate) {
|
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.x = x;
|
||||||
m_Position.y = y;
|
m_Position.y = y;
|
||||||
m_Position.z = z;
|
m_Position.z = z;
|
||||||
|
|||||||
Reference in New Issue
Block a user