mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
Movement manager add
This commit is contained in:
+1
-1
@@ -1189,7 +1189,7 @@ XS(XS_Mob_SendPosUpdate) {
|
||||
iSendToSelf = (uint8) SvUV(ST(1));
|
||||
}
|
||||
|
||||
THIS->SendPositionUpdate(iSendToSelf);
|
||||
THIS->SendPositionUpdate(iSendToSelf != 0 ? true : false);
|
||||
}
|
||||
XSRETURN_EMPTY;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user