mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 07:18:37 +00:00
GMMove minor logic change so clients who are not LD/Charmed will be affected
This commit is contained in:
+1
-1
@@ -1665,7 +1665,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;
|
||||
|
||||
Reference in New Issue
Block a user