瀏覽代碼

Default Entity SetSpeed via LUA fix

Image 4 年之前
父節點
當前提交
f2c72f60b1
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      EQ2/source/WorldServer/LuaFunctions.cpp

+ 1 - 0
EQ2/source/WorldServer/LuaFunctions.cpp

@@ -1572,6 +1572,7 @@ int EQ2Emu_lua_SetSpeed(lua_State* state) {
 	lua_interface->ResetFunctionStack(state);
 	if (spawn) {
 		spawn->SetSpeed(value);
+		((Entity*)spawn)->SetSpeed(value);
 		if (spawn->IsPlayer()) {
 			Client* client = spawn->GetZone()->GetClientBySpawn(spawn);
 			if (client) {